Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion addons/base_address_city/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def _fields_view_get_address(self, arch):
replacement_xml = """
<div>
<field name="country_enforce_cities" invisible="1"/>
<field name="parent_id" invisible="1"/>
<field name='city' placeholder="%(placeholder)s" class="o_address_city"
attrs="{
'invisible': [('country_enforce_cities', '=', True), ('city_id', '!=', False)],
Expand Down
1 change: 1 addition & 0 deletions odoo/addons/base/views/res_partner_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
<form string="Private Address Form">
<sheet>
<field name="type" invisible="1"/>
<field name="parent_id" invisible="1"/>
<label for="name" class="oe_editonly"/>
<field name="name" required="0"/>
<group>
Expand Down