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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
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
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
0
Apr. 20
|
1749 | ||
|
0
Feb. 20
|
6659 | ||
|
3
Jan. 18
|
5943 | ||
|
2
Juli 17
|
10371 | ||
|
0
Apr. 17
|
2870 |
I think it is difficult without inherit . You can inherit model and change the accuracy decimal of amount field