diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-08-14 09:44:48 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-08-14 09:44:48 +0700 |
| commit | 844cfbdf7a961dddb8c6c0b63f1dcaf72bc84f51 (patch) | |
| tree | d6304f536822775dbccce62f7b01c18908e183ae /indoteknik_custom/views/res_partner.xml | |
| parent | 8eaffe2f3590e52b90835fada67460e119032dee (diff) | |
arrival_time do
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 8bacd2d2..bfac1eb3 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -26,6 +26,15 @@ <field name="pareto_status"/> <field name="digital_invoice_tax"/> </field> + <field name="nama_wajib_pajak" position="attributes"> + <attribute name="required">1</attribute> + </field> + <field name="npwp" position="attributes"> + <attribute name="required">1</attribute> + </field> + <field name="alamat_lengkap_text" position="attributes"> + <attribute name="required">1</attribute> + </field> <field name="npwp" position="before"> <field name="customer_type" required="1"/> </field> |
