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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
2
Respuestas
4200
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
dic 24
|
1071 | ||
|
3
ene 24
|
7274 | ||
|
1
dic 24
|
1525 | ||
Odoo server error
Resuelto
|
|
5
jul 23
|
50603 | |
|
3
abr 24
|
27548 |
Thanks Axel, that's the reason.