summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/res_partner.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-10-02 15:31:02 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-10-02 15:31:02 +0700
commit8b63d79efe0137ce6af535847f33868e73ce8d3c (patch)
tree43d1e5f0efb1bb5e7a3a7c50aa66417879fc5c44 /indoteknik_custom/views/res_partner.xml
parent0e9e9e47e92d251ee1ce6268208737c0b7aeff30 (diff)
add validation data realshippingaddress
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
-rw-r--r--indoteknik_custom/views/res_partner.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index d77e09b8..6d02a86b 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -29,6 +29,15 @@
<field name="nama_wajib_pajak" position="attributes">
<attribute name="required">1</attribute>
</field>
+ <field name="kota_id" position="attributes">
+ <attribute name="required">0</attribute>
+ </field>
+ <field name="kecamatan_id" position="attributes">
+ <attribute name="required">0</attribute>
+ </field>
+ <field name="kelurahan_id" position="attributes">
+ <attribute name="required">0</attribute>
+ </field>
<field name="npwp" position="attributes">
<attribute name="required">1</attribute>
</field>