Hello I want to set total invoice in the footer of the tree view
For example :250.275.25 ==> 250.275.250
How to Do that
NB: I use the backend theme module
you can see the last comment in this forum to see a photo
https://github.com/odoo/odoo/issues/21686
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
1
회신
2769
화면
Hi,
Activate Developer mode Go to Settings -> Database Structure -> Decimal Accuracy to change decimal precision in Odoo refer this link or use digits in field declaration in py file for this
example: total = fields.float('Total ', digits=(16,4))
you can give the value according to your need,if you need 1.000 change it to (16,3) if needed 1.00 then change it to (16,2).
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
1
11월 22
|
4305 | ||
|
Live tracking in odoo.
해결 완료
|
|
2
8월 22
|
8809 | |
|
|
1
1월 25
|
10642 | ||
|
|
1
9월 21
|
7723 | ||
|
|
1
3월 21
|
6763 |