diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-28 14:53:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-28 14:53:27 +0700 |
| commit | 7a356e16bf338a5dce36d95abe74ed740562e30f (patch) | |
| tree | ce36eddac42b09190cc37cdd293aa6e29dc881ba /indoteknik_custom/views/purchase_order.xml | |
| parent | 08508e14d6697d8c05316b31a39b9ce6fd305665 (diff) | |
| parent | 84c8e3f8494971a26ed8e303d8584a3caaaa5859 (diff) | |
Merge remote-tracking branch 'origin/odoo-backup' into odoo-backup
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> |
