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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
3811
查看
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
|
674 | ||
|
3
1月 24
|
6874 | ||
|
1
12月 24
|
1059 | ||
|
5
7月 23
|
49919 | ||
|
3
4月 24
|
27118 |
Thanks Axel, that's the reason.