summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/automatic_purchase.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-03-29 11:19:33 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-03-29 11:19:33 +0700
commit42c65ada49ff3e59d1b8c4763fba7abe3216eee4 (patch)
tree3ac4185ee82960cb1408529119782f56b2cdef85 /indoteknik_custom/views/automatic_purchase.xml
parent107590d1c382ef45bd0e9137f24e001d4b1a011c (diff)
add brand and vendor in automatic purchase
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
-rw-r--r--indoteknik_custom/views/automatic_purchase.xml3
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>