diff options
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 08dde8e1..b5a9b4ad 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,8 @@ <tree editable="top" create="false" delete="false"> <field name="product_id" readonly="1"/> <field name="indent"/> + <field name="is_ltc"/> + <field name="note"/> </tree> </field> </record> |
