summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move_line.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-02-25 09:41:17 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-02-25 09:41:17 +0700
commita3ff90b7a2616a01535fc1968d4ac5bfdf9f3c26 (patch)
treed3eb7a90aee08085c04a4ebe5343b46e4ac2dc20 /indoteknik_custom/views/account_move_line.xml
parent316b8257845d0df10153fa7e5e294a699ad17c56 (diff)
parent75972376c64d133e4dcf8cb0808a60b36db07825 (diff)
Merge branch 'odoo-backup' into feature/api-altama-matches-so
# Conflicts: # indoteknik_custom/__manifest__.py # indoteknik_custom/models/__init__.py
Diffstat (limited to 'indoteknik_custom/views/account_move_line.xml')
-rw-r--r--indoteknik_custom/views/account_move_line.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml
index 838596c8..346494f3 100644
--- a/indoteknik_custom/views/account_move_line.xml
+++ b/indoteknik_custom/views/account_move_line.xml
@@ -9,6 +9,9 @@
<!-- <xpath expr="//page[@id='aml_tab']/field[@name='line_ids']" position="attributes">
<attribute name="attrs">{'readonly': [('refund_id','!=',False)]}</attribute>
</xpath> -->
+ <xpath expr="//field[@name='line_ids']/tree/field[@name='credit']" position="after">
+ <field name="date_maturity" optional="hide"/>
+ </xpath>
<xpath expr="//page[@id='aml_tab']/field[@name='line_ids']/tree/field[@name='currency_id']" position="before">
<field name="is_required" invisible="1"/>
</xpath>