Hello all,
I don't understand how I could use the variable (instead of fixed) price_type in the delivery pricelists.
I don't find any example on Google. Could you help me to understand those variable price_type?
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello all,
I don't understand how I could use the variable (instead of fixed) price_type in the delivery pricelists.
I don't find any example on Google. Could you help me to understand those variable price_type?
Thanks
Ok, I have analyzed the file addons/delivery/delivery.py. The method is get_price_from_picking.
For the price_type Fixed :
If the condition is fulfilled, the price of the shipping for this order will be exactly the value of list_price.
For the price_type Variable :
If the condition is fulfilled, the price of the shipping for this order will be the list_price multiplied by the value of the variable_factor.
For example, the price of the shipping would be 30 $ if the condition is fulfilled, with a list_price of 6 $ and a variable_factor = weight and a total weight of 5 for this order.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Mar 24
|
3670 | ||
|
2
Mar 24
|
936 | ||
|
0
Sep 21
|
1685 | ||
|
0
Mar 15
|
3214 | ||
|
1
Mar 15
|
4476 |