Browse Source
hide better_zip_id if not in edit mode
as done on partner_view.xml
pull/528/head
2zx
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
base_location/views/company_view.xml
|
@ -11,7 +11,8 @@ |
|
|
<field name="better_zip_id" |
|
|
<field name="better_zip_id" |
|
|
options="{'create_name_field': 'city'}" |
|
|
options="{'create_name_field': 'city'}" |
|
|
colspan="4" |
|
|
colspan="4" |
|
|
placeholder="City completion" /> |
|
|
|
|
|
|
|
|
placeholder="City completion" |
|
|
|
|
|
class="oe_edit_only" /> |
|
|
</field> |
|
|
</field> |
|
|
</field> |
|
|
</field> |
|
|
</record> |
|
|
</record> |
|
|