OCA / product-pack

Odoo modules related to product packs
GNU Affero General Public License v3.0
45 stars 126 forks source link

[FIX] product_pack: compute price pack detailed totalized #100

Closed bruno-zanotti closed 1 year ago

bruno-zanotti commented 2 years ago

For sale orders that have a Pack (detailed and totalized in main product) and the pricelist has an operation (i.e. list_price + 10%), the result was wrong, adding +10% twice. In this PR, we only calculate the price with pricelist for the components of the pack and not for the pack

OCA-git-bot commented 2 years ago

Hi @ernestotejeda, some modules you are maintaining are being modified, check this out!

bruno-zanotti commented 2 years ago

Hi @ernestotejeda could you review this PR? There is an issue when a product pack price is computed.

bruno-zanotti commented 1 year ago

Merged in https://github.com/OCA/product-pack/pull/97