summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-11-24 13:35:20 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-11-24 13:35:20 +0700
commit25f4403de98f1494fb1d5952e9eb32bfe3bf061d (patch)
tree8d295123e693fcaf92ef4f2e67a858a8c0a5f0cb /indoteknik_custom/views
parent5f4f209e9f04dfc196ef7a8cbc765fad219b15bd (diff)
parentcd10b3dece04b57bce454ba652dc1bb7662d6456 (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/views')
-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 3a20388e..cb24a0f0 100644
--- a/indoteknik_custom/views/account_move_line.xml
+++ b/indoteknik_custom/views/account_move_line.xml
@@ -16,6 +16,9 @@
<attribute name="groups"/>
<attribute name="options">{'no_create': True}</attribute>
</xpath>
+ <xpath expr="//field[@name='line_ids']/tree/field[@name='partner_id']" position="attributes">
+ <attribute name="options">{'no_create': True, 'no_open': True}</attribute>
+ </xpath>
</field>
</record>
</data>