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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Apr 20
|
1749 | ||
|
0
Feb 20
|
6328 | ||
|
3
Jan 18
|
5581 | ||
|
2
Jul 17
|
10002 | ||
|
0
Apr 17
|
2598 |
I think it is difficult without inherit . You can inherit model and change the accuracy decimal of amount field