We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8272768 commit 4dc5cc4Copy full SHA for 4dc5cc4
account_ecotax_sale/views/sale_view.xml
@@ -9,7 +9,13 @@
9
<field name="inherit_id" ref="sale.view_order_form" />
10
<field name="arch" type="xml">
11
<field name="tax_totals" position="after">
12
- <field name="amount_ecotax" class="oe_subtotal_footer_separator" />
+ <field
13
+ name="amount_ecotax"
14
+ class="oe_subtotal_footer_separator"
15
+ invisible="not amount_ecotax"
16
+ widget="monetary"
17
+ options="{'currency_field': 'currency_id'}"
18
+ />
19
</field>
20
<xpath
21
expr="//field[@name='order_line']/form//field[@name='tax_id']"
0 commit comments