Is it possible to set sale order total amount into three decimal places by changing any settings ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
Hello Odooers,
Mohammed Aman explained correctly. Let me just write in details so it will be useful for everyone.
I think if you are dealing with Monetary fields, then you dont need any code change, only need to set proper
hello,
You can achieve this by changing rounding factor in currency to 0.001
I got it, In settings->technical->database structures->decimal accuracy, i created 'Account' with digits as 3. Then as you said rounding factor of currency is set t 0.001. Thanks
Hi I tried by still on Journal Items screen debit and credit field are two decimals. Any other way to do so in odoo 10? thanks
Hi Malik, I've just tried changing rounding factor of currency to 0.001 and journal items debit and credit value is changing.Please explain what you tried if you need more help
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
avr. 20
|
1749 | ||
|
0
févr. 20
|
6669 | ||
|
3
janv. 18
|
5960 | ||
|
2
juil. 17
|
10384 | ||
|
0
avr. 17
|
2880 |
I think it is difficult without inherit . You can inherit model and change the accuracy decimal of amount field