Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1193 Widoki

Hello,

I´m trying to put some rules for shipping method. I can´t find where i could change decimal accuracy for those rules. I need to get if volume <=0.003 but it changes it to 0.00.

You can find this website/shippingmethods/deliverymethod/pricing/name(rule)


I have tryed to change 

settings / technical / database structure / decimal accuracy 

and 

inventory/configuration/units of measures/uom

but none of these change anything for rule decimal accuracy.

We are using Odoo 14 EE

Does someone know where i can change it?

Awatar
Odrzuć
Autor

Hi Mohamed,

Thank you! That works

Najlepsza odpowiedź

Hello Samuli,

1- Goto settings >> technical >> user interface >> Views.
2- Search for this view "delivery.price.rule.form".
3- Add this tag on the field  max_value    (digits="[3,3]"/>)

Thanks

Awatar
Odrzuć