You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 existError 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.
The text was updated successfully, but these errors were encountered: