When saving in the first time, the value in database is correct; but once I modify the value again, though Odoo functions well, but the value in database can not be changed any more, strange...Does anyone have this issue too, I can't figure why and solution?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
4193
화면
Maybe this is happening because of the field was declared with translate=True and what it shows is the original translation, I saw this one time with pricelists
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
12월 24
|
1069 | ||
|
3
1월 24
|
7272 | ||
|
1
12월 24
|
1525 | ||
Odoo server error
해결 완료
|
|
5
7월 23
|
50601 | |
|
3
4월 24
|
27547 |
Thanks Axel, that's the reason.