Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campo sii_xml_request no existe #11

Open
kkoci opened this issue Nov 19, 2016 · 0 comments
Open

Campo sii_xml_request no existe #11

kkoci opened this issue Nov 19, 2016 · 0 comments

Comments

@kkoci
Copy link
Collaborator

kkoci commented Nov 19, 2016

Buenas, ya instalé casi todo, sólo me falta l10n_cl_dte , pero me está lanzando ésto:

Error details:
Field sii_xml_request does not exist

Error context:
View account.invoice.sii.form
[view_id: 689, xml_id: n/a, model: account.invoice, parent_id: 404]
None" while parsing /home/kristian/odoov9/odoo_chile/l10n_cl_dte/views/invoice_view.xml:4, near
record id="view_invoice_form" model="ir.ui.view">
field name="model">account.invoice
field name="name">account.invoice.sii.form
field name="inherit_id" ref="account.invoice_form"/>
field name="arch" type="xml">
data>

field name="invoice_line_ids" position="attributes">
attribute name="context">{'partner_id': partner_id, 'price_type': context.get('price_type') or False, 'type': type}" name="invoice_line_ids" on_change="onchange_invoice_line(invoice_line_ids)
/field>
notebook>
page string="Electronic Invoice" name="electronic_invoice">
header>
button string="Download XML" type="object" name="get_xml_file" attrs="{'invisible':[('state', 'in', ['draft'])]}"/>
button string="Send XML" type="object" class="oe_highlight" name="do_dte_send_invoice" attrs="{'invisible': ['|', ('state', 'in', ['draft']),('sii_send_ident', '!=', False)]}"/>
button string="Ask for DTE" type="object" class="oe_highlight" name="ask_for_dte_status" attrs="{'readonly':[('sii_result','in',['','NoEnviado','Proceso'])],'invisible':[('state', 'in', ['draft']),('sii_result','in',['','NoEnviado'])]}"/>
field name="sii_result" widget="statusbar"/>
/header>
group>
field name="sii_batch_number" readonly="1"/>
field name="sii_barcode_img" widget="image" attrs="{'invisible':[('sii_result', '=', '')]}" readonly="1"/>
field name="sii_message" attrs="{'invisible':[('sii_result', 'in', ['','NoEnviado'])]}" readonly="1"/>
field name="sii_send_ident" attrs="{'invisible':[('sii_result', 'in', ['','NoEnviado'])]}" readonly="1"/>
field name="sii_xml_response" attrs="{'invisible':[('sii_result', 'in', ['','NoEnviado'])]}" readonly="1"/>
field name="sii_xml_request" attrs="{'invisible':[('sii_result', '=', '')]}" readonly="1"/>
/group>
/page>
/notebook>
/data>
/record>

Bueno, está claro, dice que el campo no existe, pero no comprendo bien porqué, lo descargué de la rama 9.0.

Estoy tambien instalando todo en el 8.0, cualquier cosa te informo,

Saludos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant