diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-05 11:05:13 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-05 11:05:13 +0700 |
| commit | b00d3caf6cd21ae74872031536ceb2f1ff570316 (patch) | |
| tree | 81df0d888d98a6c64b6f173a56e26c161594df8c /indoteknik_custom/views | |
| parent | ca48d2fcffbb48d6b3a09360144a71101f6f41ef (diff) | |
(andri) NPWP di SO menjadi readonly
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 10c60e24..376ccb20 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -99,7 +99,7 @@ </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="npwp" placeholder='99.999.999.9-999.999' readonly="1" /> <field name="sppkp" attrs="{'required': [('customer_type', '=', 'pkp')]}" /> <field name="email" required="1" /> <field name="unreserve_id" /> |
