[18.0][FIX] product_pricelist_supplierinfo
price field in product.pricelist.item is computed and provides
description of applied price rules. The description computation is
based on applied formula and options chosen in compute_price field.
product_pricelist_supplierinfo adds new selection to compute_price
field. This option was not included in price computation resulting
in incorrect price description - for example "10% discount on sales
price".
This fix corrects the price description computation by including "supplier's price" label - for example "10% discount on supplier's price".
Before:
After:
Hi @luisg123v, some modules you are maintaining are being modified, check this out!
Thank you @luisg123v . Please review again.