CybroAddons
CybroAddons copied to clipboard
product_combo_pack module doesn't respect Pricelist when using "Add Product Pack" Button
Hello, first of all, thank you for the awesome collection of updated addons.
I'd like to report unintended behavior with "Add Product Pack" button, in the product_combo_pack. I'm using Odoo 16 Community.
When you add product pack via "Add product pack" button it uses price, which is stored as "product.template - list_price". which I believe is: https://github.com/CybroOdoo/CybroAddons/blob/16.0/product_combo_pack/wizard/select_product_pack.py#L46
When you add product pack via "Add a product" button normally in the Table, it displays correct price according to selected Pricelist above (sale.order - pricelist_id)
See included Screenshot
I'm not sure about differences between the two ways of adding Product Pack. But both methods add Product Pack and correct products in Delivery Order. Just the price is different.
Changing the Pricelist forces to recalculate the prices to correct ones, but it will note a lot of changes to the side-notes.
Are the two actions same, or is there any other difference?
Can adding Product Pack via "Add Product Pack" button, please respect PriceList price?
Thank you :)
Hi @Darkless012 ,
Thank you for reporting the issue. We will check and update asap.