summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/automatic_purchase.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-02-07 10:45:51 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-02-07 10:45:51 +0700
commitf6be42d37a363b86f4a9ec71ccb38c78cbe2d887 (patch)
tree9c297e776f67e35671012e94d3c64007bd5090d7 /indoteknik_custom/views/automatic_purchase.xml
parentedb3c1c80931078d40a8f56149aeca9efdcdc07d (diff)
parent29a9ec94f1ad131f398cf119a03a7b927a4c6cba (diff)
Merge branch 'production' into purchasing-job
# Conflicts: # indoteknik_custom/__manifest__.py # indoteknik_custom/models/__init__.py # indoteknik_custom/models/automatic_purchase.py # indoteknik_custom/models/purchase_order_line.py # indoteknik_custom/security/ir.model.access.csv # indoteknik_custom/views/automatic_purchase.xml # indoteknik_custom/views/purchase_order.xml
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
-rw-r--r--indoteknik_custom/views/automatic_purchase.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml
index 244d1caa..8c381844 100644
--- a/indoteknik_custom/views/automatic_purchase.xml
+++ b/indoteknik_custom/views/automatic_purchase.xml
@@ -24,8 +24,10 @@
<tree editable="bottom">
<field name="brand_id"/>
<field name="product_id"/>
- <field name="qty_min" optional="hide"/>
- <field name="qty_max" optional="hide"/>
+ <field name="taxes_id"/>
+ <field name="qty_purchase"/>
+ <field name="qty_min"/>
+ <field name="qty_max"/>
<field name="qty_available"/>
<field name="qty_purchase"/>
<field name="partner_id"/>