Skip to Content
Menu
This question has been flagged
3 Replies
4371 Views

How should I setup differents sales prices for products shared in multi-company mode. ?

Avatar
Discard
Author Best Answer

how should I proceed to achieve it . I'm using odoo 11?

Avatar
Discard

into the source code, find the code where the products sales price field is defined. go to there and into sales price field add the attribute "company_dependent=True". also you can achieve this using the inheritance.

Best Answer

hello 

into the price field you have to set the attribute company_dependent=True. so it will store the price based on the company. you can see the same example for the cost price of product.

Avatar
Discard

I really liked the possibility of having different prices per company, unfortunately I don't know where to make the suggested change in your answer.

into the product module where the sales price field is defined. into source code search "company_dependent=True". so you will get the result for how to defined.