This question has been flagged
2 Replies
5993 Views

Required  odoo solution to configure multiple pricelist to customer. Also Sales order should list only configured pricelist for the selected customer. 

Is there any solution readily available in odoo regarding this or we need to customize this?  Please let us know.


Thanks 

odoo@tenthplanet

Avatar
Discard
Best Answer

You would need to add an extra field to the Price List for the customer(s) and then add a domain to the Price List field on Sales Orders to show only the selected price lists.  

Avatar
Discard

can you give full solution ? with code

Best Answer

Yes, Odoo can handle multiple pricelists and apply them with conditions. There is a complete documentation covering your case :

https://www.odoo.com/documentation/user/13.0/sales/products_prices/prices/pricing.html
Avatar
Discard