summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-10-20 10:17:52 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-10-20 10:17:52 +0700
commitd4be2f65948da27992841f99ffe1ff04b4de0194 (patch)
treee35365b0c47dd5646b8e0033fc2aa74fe835f4a0 /indoteknik_custom/views/account_move.xml
parent956a77b7ad29af3620ee37e66c3b13de6a562deb (diff)
parent1e08cea66f4b4b3e4664f09986b1e41d0ba57830 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
-rw-r--r--indoteknik_custom/views/account_move.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index 2aeffc83..1721abb6 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -73,8 +73,12 @@
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_in_invoice_tree"/>
<field name="arch" type="xml">
- <field name="payment_state" position="after">
- <field name="payment_schedule" optional="hide"/>
+ <field name="invoice_date_due" position="after">
+ <field name="bill_day_to_due" string="Due Date" widget="remaining_days"/>
+ </field>
+
+ <field name="invoice_date_due" position="attributes">
+ <attribute name="invisible">1</attribute>
</field>
</field>
</record>