base product is a board with lenght = 1 m. as variants i would like to add different length
e.g. 1,20m 1,50m 1,80m and variants price should be calculated by base product * variant length
is this possible out of the box?Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
base product is a board with lenght = 1 m. as variants i would like to add different length
e.g. 1,20m 1,50m 1,80m and variants price should be calculated by base product * variant length
is this possible out of the box?By default, odoo doesn't calculate based on variant values, but it is possible to add Value extra price for variants. first create the product & variants (1m, 1,20m, etc). Then go to 'configure variants' from the product template form. There you can add the extra price for the variants. for 1m, no extra value, for the other variants, enter the extra price on top of the base price.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Nov 24
|
5859 | ||
|
3
Sep 24
|
4404 | ||
|
2
Mar 23
|
1013 | ||
|
0
Jun 22
|
1145 | ||
|
1
May 22
|
2070 |
Perhaps, this app - https://apps.odoo.com/apps/modules/13.0/variant_price_system/ - might be of use for your purposes. Although it is not based on attribute values themselves, the tool let make an advanced formula based on coefficients (e.g. like 15 m > +1600%; 16 m > +1700%, etc).