Skip to content

Commit

Permalink
[17.0][FIX] product_variant_sale_price: remove positional argument fr…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeirivera87 committed Oct 29, 2024
1 parent a1b76f5 commit bf5f5f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion product_variant_sale_price/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
2 changes: 0 additions & 2 deletions product_variant_sale_price/models/product_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ def _get_combination_info(
combination=False,
product_id=False,
add_qty=1,
pricelist=False,
parent_combination=False,
only_template=False,
):
res = super()._get_combination_info(
combination,
product_id,
add_qty,
pricelist,
parent_combination,
only_template,
)
Expand Down
1 change: 1 addition & 0 deletions product_variant_sale_price/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- Emanuel Cino \<<[email protected]>\>
- Pedroguirao \<<[email protected]>\>
- Gabriel Grinspan \<<[email protected]>\>
- Alexei Rivera \<<[email protected]>\>

0 comments on commit bf5f5f1

Please sign in to comment.