Skip to content

Commit

Permalink
[MIG] product_supplierinfo_for_customer: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgrall committed Nov 20, 2024
1 parent 192a8ad commit ff1a0fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion product_supplierinfo_for_customer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Product Supplierinfo for Customers",
"summary": "Allows to define prices for customers in the products",
"version": "17.0.1.1.1",
"version": "18.0.1.0.0",
"development_status": "Production/Stable",
"author": "AvanzOSC, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/product-attribute",
Expand Down
6 changes: 3 additions & 3 deletions product_supplierinfo_for_customer/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
</field>
</record>
<record id="product_customerinfo_tree_view" model="ir.ui.view">
<field name="name">product.customerinfo.tree.view</field>
<field name="name">product.customerinfo.list.view</field>
<field name="model">product.customerinfo</field>
<field name="arch" type="xml">
<tree>
<list>
<field name="sequence" widget="handle" />
<field name="partner_id" string="Customer" />
<field
Expand All @@ -96,7 +96,7 @@
<field name="price" string="Price" />
<field name="date_start" optional="hide" />
<field name="date_end" optional="hide" />
</tree>
</list>
</field>
</record>
<record id="product_template_form_view" model="ir.ui.view">
Expand Down

0 comments on commit ff1a0fc

Please sign in to comment.