summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-05-05 09:59:59 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-05-05 09:59:59 +0000
commit2bd00a536bc314075a8a472cf5e36f80d7d72c8a (patch)
treededaf87ea66c0387ce678392531d581c3c3c03cd /indoteknik_custom/views
parent258c9b0717a02dcd9cce3eb7703c33cf55d60813 (diff)
parent921bbc2f0b5b82945aebc11e96ba3847c6f2904d (diff)
Merged in lock-npwp (pull request #296)
Lock npwp
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 10c60e24..633ac6d1 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -98,9 +98,9 @@
<field name="pareto_status" />
</field>
<field name="analytic_account_id" position="after">
- <field name="customer_type" required="1" />
- <field name="npwp" placeholder='99.999.999.9-999.999' required="1" />
- <field name="sppkp" attrs="{'required': [('customer_type', '=', 'pkp')]}" />
+ <field name="customer_type" readonly="1" />
+ <field name="npwp" placeholder='99.999.999.9-999.999' readonly="1" />
+ <field name="sppkp" attrs="{'required': [('customer_type', '=', 'pkp')]}" readonly="1" />
<field name="email" required="1" />
<field name="unreserve_id" />
<field name="due_id" readonly="1" />