Skip to content

Commit

Permalink
[MIG] website_sale_product_multi_website: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cem-adhoc committed Oct 30, 2024
1 parent 9104d71 commit e17c86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website_sale_product_multi_website/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Multi-website product",
"summary": "Show products in many web-sites",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Website",
"author": "Odoo Community Association (OCA), Adhoc S.A.",
"license": "AGPL-3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</field>
</record>
<record model="ir.ui.view" id="product_product_website_tree_view">
<field name="name">product.product.website.inherit.view.tree</field>
<field name="name">product.product.website.inherit.view.list</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="website_sale.product_product_website_tree_view" />
<field name="arch" type="xml">
Expand All @@ -36,7 +36,7 @@
</field>
</record>
<record model="ir.ui.view" id="product_template_view_tree">
<field name="name">product_template_view_tree.view.tree</field>
<field name="name">product_template_view_tree.view.list</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="website_sale.product_template_view_tree" />
<field name="arch" type="xml">
Expand Down

0 comments on commit e17c86f

Please sign in to comment.