Skip to content

Commit

Permalink
[MIG] l10n_ro_city: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed May 10, 2023
1 parent 00d7fe7 commit 5cf5303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_ro_city/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Terrabit,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"category": "Localization",
"depends": ["base_address_city", "l10n_ro_config"],
"depends": ["base_address_extended", "l10n_ro_config"],
"data": ["data/res_city.xml", "views/res_city_view.xml"],
"development_status": "Mature",
"installable": True,
Expand Down
2 changes: 1 addition & 1 deletion l10n_ro_city/views/res_city_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo>
<record id="view_city_tree" model="ir.ui.view">
<field name="model">res.city</field>
<field name="inherit_id" ref="base_address_city.view_city_tree" />
<field name="inherit_id" ref="base_address_extended.view_city_tree" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="is_l10n_ro_record" invisible="1" />
Expand Down

0 comments on commit 5cf5303

Please sign in to comment.