summaryrefslogtreecommitdiff
path: root/fixco_custom/views/account_move.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views/account_move.xml')
-rw-r--r--fixco_custom/views/account_move.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml
index 4869981..4ff06f0 100644
--- a/fixco_custom/views/account_move.xml
+++ b/fixco_custom/views/account_move.xml
@@ -73,6 +73,9 @@
<field name="partner_id" position="after">
<field name="address" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/>
</field>
+ <field name="amount_untaxed" position="after">
+ <field name="total_discount"/>
+ </field>
<field name="reversed_entry_id" position="before">
<field name="reklas_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/>