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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2
Risposte
4099
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
dic 24
|
969 | ||
|
3
gen 24
|
7167 | ||
|
1
dic 24
|
1398 | ||
Odoo server error
Risolto
|
|
5
lug 23
|
50412 | |
|
3
apr 24
|
27449 |
Thanks Axel, that's the reason.