summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorHafidBuroiroh <hafidburoiroh09@gmail.com>2026-03-13 17:32:26 +0700
committerHafidBuroiroh <hafidburoiroh09@gmail.com>2026-03-13 17:32:26 +0700
commit4e1fc964db0efcacf3bc4bd5038da9c3ad313f89 (patch)
tree873fdbf11de5124c45554b9b2661bc33f8fb1d62 /indoteknik_custom/views
parentf4d0b63e800b068011aa8c391ba601b3be878afc (diff)
<hafid> fix sjo request add field & bom logic
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/sourcing.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sourcing.xml b/indoteknik_custom/views/sourcing.xml
index 5a78bbb3..9005e5b6 100644
--- a/indoteknik_custom/views/sourcing.xml
+++ b/indoteknik_custom/views/sourcing.xml
@@ -609,6 +609,8 @@
<field name="vendor_id" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
<field name="tax_id" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
<field name="subtotal" readonly="1" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
+ <field name="uom_id" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
+ <field name="web_tax_id" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
<field name="product_category" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
<field name="product_type" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>
<field name="product_class" widget="many2many_tags" attrs="{'readonly': [('state', 'in', ['sent', 'cancel', 'approve'])]}"/>