i am using multiple companies in odoo,
5 companies together
how i can get same product different standard price in all companies
Note: without pricelist
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i am using multiple companies in odoo,
5 companies together
how i can get same product different standard price in all companies
Note: without pricelist
Create a price list for each company. And in the price list, you can use the formula to calculate the sales price for the product.
True, thanks for your reply, but required different price on product template
Hi @Muhammad Usman Anwar,
if you dont want to use the price list then you might need to modify this on code level a little bit.
For that, Inherit the product.template model and redefine the Sale Price field and add company_dependent=True to the defination.
list_price = fields.Float('Sales Price', company_dependent=True, default=1.0,digits='Product Price',help="Price at which the product is sold to customers.")
for more understanding the company_dependent part please refer to the Cost field (standard_price as technical name) functioning.
Let me know if it helps!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Nov 24
|
347 | ||
|
0
Nov 24
|
151 | ||
|
4
Sep 24
|
1489 | ||
|
2
Aug 24
|
354 | ||
|
0
May 24
|
285 |