diff --git a/product_variant_sale_price/__manifest__.py b/product_variant_sale_price/__manifest__.py index 19e5b6461..2ef1b7af2 100644 --- a/product_variant_sale_price/__manifest__.py +++ b/product_variant_sale_price/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Product Variant Sale Price", "summary": "Allows to write fixed prices in product variants", - "version": "17.0.1.1.0", + "version": "17.0.1.1.1", "category": "Product Management", "website": "https://github.com/OCA/product-variant", "author": "Tecnativa, " "Odoo Community Association (OCA)", diff --git a/product_variant_sale_price/models/product_product.py b/product_variant_sale_price/models/product_product.py index c96571ac8..8210336b7 100644 --- a/product_variant_sale_price/models/product_product.py +++ b/product_variant_sale_price/models/product_product.py @@ -32,7 +32,6 @@ def _get_combination_info( combination=False, product_id=False, add_qty=1, - pricelist=False, parent_combination=False, only_template=False, ): @@ -40,7 +39,6 @@ def _get_combination_info( combination, product_id, add_qty, - pricelist, parent_combination, only_template, ) diff --git a/product_variant_sale_price/readme/CONTRIBUTORS.md b/product_variant_sale_price/readme/CONTRIBUTORS.md index 7cf0dca3a..7ced6acd0 100644 --- a/product_variant_sale_price/readme/CONTRIBUTORS.md +++ b/product_variant_sale_price/readme/CONTRIBUTORS.md @@ -7,3 +7,4 @@ - Emanuel Cino \<\> - Pedroguirao \<\> - Gabriel Grinspan \<\> +- Alexei Rivera \<\>