How can I change the rounding mechanism? Is it possible?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
Go to Settings-> Technical-> Database settings -> Decimal Accuracy, choose desired usage and set the acuracy...
Is you do not see that menu.. chech Acces rights of current user, and make sure that Techical features is turned on... hope it helps
thank you
Hi,
You can change the rounding off for tax from "def compute" method of "account_invoice_tax" object in account_invoice.py file. And in method "_amount_all" of sale.order/purchase.order of file sale.py/purchase.py
Hope this may help you.
thank you
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati
Where you want apply rounding mechanism?
I need to apply this when calculating taxes.