diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-25 08:59:41 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-11-25 08:59:41 +0700 |
| commit | 1e10f5149dcd753018b919aa9fac5e54c81a533c (patch) | |
| tree | 4e561a147c6250b7d4eb41bb8bce500eee0014bd /indoteknik_custom/views/account_move_line.xml | |
| parent | bb2be920076aabc49b4f9fdd896d14e096e633eb (diff) | |
| parent | 61aabd2a7be015a19d9a16d8e160f5a3c3c6efaf (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into locator_mqddlocator_mqdd
merge
Diffstat (limited to 'indoteknik_custom/views/account_move_line.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move_line.xml | 3 |
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> |
