what about the sum in the tree view? i have tried changing the decimal precision in the field and it works. but it doesn't work on the sum of tree views, the decimal precision of the sum is still 2 even though I have set it to 4. For your information I am using odoo 16. thx
@rupeshdalvi34602 жыл бұрын
Hello Odoo Mates, I changed the rounding factor to 6 and added some products to the cart on the website. But when I try to revert it back to 2, I get a user error message as below, "You cannot reduce the number of decimal places of a currency which has already been used to make accounting entries." Please suggest a way to revert it back.
@OdooMates2 жыл бұрын
direcly update from db using query, also make sure that it doesnt make any issues
@rupeshdalvi34602 жыл бұрын
@@OdooMates, should I update field rounding from a query?
@OdooMates2 жыл бұрын
Yes
@rupeshdalvi34602 жыл бұрын
@@OdooMates Thank you!! It worked.
@OdooMates2 жыл бұрын
@@rupeshdalvi3460 glad to hear it
@zieddams2 жыл бұрын
Hi Odoo Mates, thanks for videos , i am asking about rounding tthe total of orders,quotations, invoices is this related and if not please give me a hint to find what i am looking for , have a nice day sir.
@mnsmns84 Жыл бұрын
Hi Odoo Mates, thanks for videos I have same Rupesh Dalvi issue! where pleases I can found (db using query)? so Ican change it..
@rafaelpriego481 Жыл бұрын
use the module Query Manager and: UPDATE res_currency SET decimal_places = 2 WHERE name = 'EUR';
@daffaatalla60542 жыл бұрын
mine doesn't work :'(
@OdooMates2 жыл бұрын
Which scenario did you tried and Which is not working for you