mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] account_invoice_curremcy: remove type attribute for views.
This commit is contained in:
committed by
Aitor Bouzas
parent
643c8de77b
commit
37a2ade3fe
@@ -3,21 +3,20 @@
|
||||
<data>
|
||||
|
||||
<!-- ###############################################
|
||||
INVOICE INHERITANCE
|
||||
INVOICE INHERITANCE
|
||||
############################################### -->
|
||||
|
||||
<!-- ## Suppliers ## -->
|
||||
<record id="invoice_supplier_company_currency_form" model="ir.ui.view">
|
||||
<field name="name">Account invoice supplier (form) - add company currency</field>
|
||||
<field name="model">account.invoice</field>
|
||||
<field name="type">form</field>
|
||||
<field name="inherit_id" ref="account.invoice_supplier_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="period_id" position="after">
|
||||
<group string="Amounts in company currency">
|
||||
<field name="cc_amount_untaxed"/>
|
||||
<field name="cc_amount_tax"/>
|
||||
<field name="cc_amount_total"/>
|
||||
<field name="cc_amount_untaxed"/>
|
||||
<field name="cc_amount_tax"/>
|
||||
<field name="cc_amount_total"/>
|
||||
</group>
|
||||
</field>
|
||||
</field>
|
||||
@@ -27,14 +26,13 @@
|
||||
<record id="invoice_company_currency_form" model="ir.ui.view">
|
||||
<field name="name">Account invoice (form) - add company currency</field>
|
||||
<field name="model">account.invoice</field>
|
||||
<field name="type">form</field>
|
||||
<field name="inherit_id" ref="account.invoice_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="move_id" position="after">
|
||||
<group string="Amounts in company currency">
|
||||
<field name="cc_amount_untaxed"/>
|
||||
<field name="cc_amount_tax"/>
|
||||
<field name="cc_amount_total"/>
|
||||
<group string="Amounts in company currency">
|
||||
<field name="cc_amount_untaxed"/>
|
||||
<field name="cc_amount_tax"/>
|
||||
<field name="cc_amount_total"/>
|
||||
</group>
|
||||
</field>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user