diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-25 14:13:58 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-25 14:13:58 +0700 |
| commit | e829c7b307083b4d1fa49459e25365981ff12732 (patch) | |
| tree | 62f07ff53481dd21eaa457d37b2c48f3922a67de /indoteknik_custom/views/purchase_order.xml | |
| parent | b1c7b43c51c670e42a0dd2399139fbd9a600f121 (diff) | |
| parent | 1a4375094187946782d2e366649b958dec7fc074 (diff) | |
Merge
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into is_discweb_so_line
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index dae23eed..ff223125 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -189,6 +189,13 @@ <field name="order_sales_match_line"/> </page> </xpath> + <xpath expr="//form/sheet/notebook/page[@name='purchase_delivery_invoice']" position="after"> + <page string="Other Info" name="purchase_order_sales_matches_lines"> + <group string="Return Doc"> + <field name="vcm_id"/> + </group> + </page> + </xpath> </field> </record> </data> |
