diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-26 11:58:32 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-26 11:58:32 +0700 |
| commit | e09e59db22d65fa144c2a43cd8f6959fada49484 (patch) | |
| tree | 0567b1a8f0c8c57efb2d0d38ae489da26a55c245 /indoteknik_custom/views/purchase_order.xml | |
| parent | fff5507cf7c0f360a5c68068e77fa84b1d6340c5 (diff) | |
| parent | 77e76f376b78733cad58aa196e3ead3c6a04ff42 (diff) | |
(andri) fix conflict
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> |
