diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-03-13 10:34:25 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-03-13 10:34:25 +0000 |
| commit | ae16d1d966242fb33a96619a77895839aa370622 (patch) | |
| tree | e91285244042db7820ad237542b0340376b326f7 /indoteknik_custom/views/sourcing.xml | |
| parent | d75f7c11667e1aac776de1af9e6eeff90fed3c26 (diff) | |
| parent | c0b1c53322092d3f58ac93a09b969ceceddc91a1 (diff) | |
Merged in CR/Sourcing-Job (pull request #507)
CR/Sourcing Job
Diffstat (limited to 'indoteknik_custom/views/sourcing.xml')
| -rw-r--r-- | indoteknik_custom/views/sourcing.xml | 2 |
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'])]}"/> |
