Skip to content

Commit 08a9af4

Browse files
adriresuAnxo82
authored andcommitted
[MIG] product_main_supplierinfo: Migration to 17.0
1 parent 7c70620 commit 08a9af4

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

product_main_supplierinfo/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
33
{
44
"name": "Product Main Vendor",
5-
"version": "16.0.1.0.0",
5+
"version": "17.0.1.0.0",
66
"summary": "Display the main vendor of a product.",
77
"website": "https://github.com/OCA/product-attribute",
88
"author": "Camptocamp, Odoo Community Association (OCA)",

product_main_supplierinfo/models/product_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ def _get_sellers(self):
5151
if not sellers:
5252
sellers = all_sellers.filtered(lambda s: (s.product_id == self))
5353
if not sellers:
54-
sellers = sellers = all_sellers.filtered(lambda s: not s.product_id)
54+
sellers = all_sellers.filtered(lambda s: not s.product_id)
5555
return sellers.sorted("price")

setup/product_main_supplierinfo/odoo/addons/product_main_supplierinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup/product_main_supplierinfo/setup.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)