Commit 9c01dd1c by Owo Sugiana

Field city disembunyikan

1 parent ceda8e54
from . import res_partner from . import res_partner
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='city']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<field name="street2" invisible="1"/>
<field name="state_id" position="before"> <field name="state_id" position="before">
<field name="kelurahan_id" placeholder="Kelurahan"/> <field name="kelurahan_id" placeholder="Kelurahan"/>
<field name="kecamatan_id" placeholder="Kecamatan"/> <field name="kecamatan_id" placeholder="Kecamatan"/>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!