Skip to content

Commit

Permalink
[MIG] product_english_name: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Oct 24, 2024
1 parent 1afa6af commit 81b973f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion product_english_name/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Product English Name",
"summary": """Display the product name in English besides the product name
in the users language.""",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"development_status": "Alpha",
"category": "Product",
Expand Down
2 changes: 0 additions & 2 deletions product_english_name/security/groups.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<odoo>

<record id="show_english_name" model="res.groups">
<field name="name">Show English name</field>
<field name="category_id" ref="base.module_category_extra" />
</record>

</odoo>
2 changes: 0 additions & 2 deletions product_english_name/views/product_template.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<odoo>

<record model="ir.ui.view" id="product_template_form_view">
<field name="model">product.template</field>
<field name="priority">20</field>
Expand All @@ -12,5 +11,4 @@
</xpath>
</field>
</record>

</odoo>

0 comments on commit 81b973f

Please sign in to comment.