Monday, April 25, 2016
1 change · master
Resolved issues and error corrections
Product forms now display pricelist rules that apply directly to a specific variant, not only those linked to the overall product template. This helps users see the correct pricing setup for each product variant and reduces confusion when managing variant-specific prices.
Original PR description
With the pricelist, it is possible to define a pricelist just for a variant. But in the product.product.form, only the pricelist items linked to the product template could be displayed. The field item_ids has been created in product.product model to display all the pricelist applied on a product. opw:674700