summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/views/account_move.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index 26168561..11558bf4 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -59,6 +59,17 @@
</field>
</record>
+ <record id="account_move_in_invoice_tree_inherit" model="ir.ui.view">
+ <field name="name">Account Move</field>
+ <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>
+ </field>
+ </record>
+
<record id="account_move_inherit_purchase_inherit" model="ir.ui.view">
<field name="name">Account Move</field>
<field name="model">account.move</field>