diff options
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
| -rw-r--r-- | indoteknik_custom/views/automatic_purchase.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml index 8873c58a..49751f4e 100644 --- a/indoteknik_custom/views/automatic_purchase.xml +++ b/indoteknik_custom/views/automatic_purchase.xml @@ -6,6 +6,7 @@ <field name="arch" type="xml"> <tree> <field name="date_doc"/> + <field name="vendor_id"/> <field name="description"/> <field name="notification" readonly="1"/> <field name="is_po" readonly="1"/> @@ -18,6 +19,7 @@ <field name="model">automatic.purchase.line</field> <field name="arch" type="xml"> <tree> + <field name="brand_id"/> <field name="product_id"/> <field name="qty_purchase"/> <field name="qty_min"/> @@ -54,6 +56,7 @@ <group> <group> <field name="date_doc"/> + <field name="vendor_id"/> <field name="description"/> <field name="notification" readonly="1"/> </group> |
