Browse Source

Merge branch '12.0' of https://github.com/CybroOdoo/CybroAddons into 12.0

pull/124/head
Sreejith P 7 years ago
parent
commit
cdfa906518
  1. 4
      sale_discount_total/views/account_invoice_view.xml

4
sale_discount_total/views/account_invoice_view.xml

@ -8,7 +8,7 @@
<field name="inherit_id" ref="account.invoice_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='discount']" position="attributes">
<attribute name="digits">(16, 2)</attribute>
<attribute name="digits">[16, 2]</attribute>
</xpath>
<xpath expr="//field[@name='amount_untaxed']" position="after">
<field name="amount_discount"/>
@ -32,7 +32,7 @@
<field name="inherit_id" ref="account.view_invoice_line_tree"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='discount']" position="attributes">
<attribute name="digits">(16, 2)</attribute>
<attribute name="digits">[16, 2]</attribute>
</xpath>
</field>
</record>

Loading…
Cancel
Save