diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-12-06 11:05:10 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-12-06 11:05:10 +0700 |
| commit | 02a1cfe4a4166d1b10ac82d9d89a1be64c870649 (patch) | |
| tree | 155713e64464f6a34d1e265bf298febeb197e897 /indoteknik_custom/views/purchase_order.xml | |
| parent | ba29eec0050a0e47c9344f4a7fd4e42785779a53 (diff) | |
add note for purchase order line
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 08dde8e1..df174257 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -100,7 +100,7 @@ </xpath> <xpath expr="//form/sheet/notebook/page[@name='purchase_delivery_invoice']" position="before"> - <page string="Indent" name="purchase_order_lines_indent"> + <page string="Info" name="purchase_order_lines_indent"> <field name="purchase_order_lines"/> </page> </xpath> @@ -183,6 +183,7 @@ <tree editable="top" create="false" delete="false"> <field name="product_id" readonly="1"/> <field name="indent"/> + <field name="note"/> </tree> </field> </record> |
