Hi, I need a Function to calculate a Price with length*width.
Is there any Modul with that function for Odoo 8?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi, I need a Function to calculate a Price with length*width.
Is there any Modul with that function for Odoo 8?
It's easy to do it for example
https://gist.github.com/aek/2a6966c05b01083364cf
Just create a module with this product extension loaded and define a new Price Type to be used in your pricelist version rule
The magic it's on the field type that need to be float to be picked up as a valid base price type, could be on product.product or in product.template
Hope this helps
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
feb. 17
|
6162 | ||
|
3
mrt. 15
|
4224 | ||
|
1
mrt. 15
|
3444 | ||
|
2
apr. 23
|
3790 | ||
|
1
mei 22
|
3446 |
As far as I know, there is no such kind of module available. You need to make your custom module for this feature.