Skip to content

Commit

Permalink
[MIG] product_search_customerinfo: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Jan 22, 2025
1 parent 040f147 commit 17abf70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion product_search_customerinfo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Product Search Customerinfo",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Sales Management",
"license": "AGPL-3",
"author": "AvanzOSC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<field name="model">product.customerinfo</field>
<field name="arch" type="xml">
<search string="Customers Pricelist">
<field name="name" string="Customer" />
<!-- <field name="name" string="Customer" /> -->
<field name="product_tmpl_id" string="Product" />
<field name="product_id" string="Product Variant" />
<field name="product_name" string="Customer Product Name" />
<field name="product_code" string="Customer Product Code" />
<field name="date_start" />
<field name="date_end" />
<group expand="0" string="Group By">
<filter
<!-- <filter
string="Customer"
name="group-customer"
domain="[]"
context="{'group_by':'name'}"
/>
/> -->
<filter
string="Product"
name="group-product"
Expand Down Expand Up @@ -67,5 +67,4 @@
parent="sale.menu_sale_config"
sequence="50"
/>
-->
</odoo>

0 comments on commit 17abf70

Please sign in to comment.