How should I setup differents sales prices for products shared in multi-company mode. ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
how should I proceed to achieve it . I'm using odoo 11?
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.
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.
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up