Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3883 Vistas

why odoo used res.config model as wizard not Model and that need to using set and get to store data into it.

Avatar
Descartar
Mejor respuesta

Hi,


res.config.settings model is TransientModel and TransientModel are designed to be stored temporary data, After periodically time it will remove data from the database. For saving those settings we have to implement the set_param and get_param method of ir.config_parameter.




Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
sept 19
3528
4
oct 21
37719
1
oct 20
12662
1
mar 15
5110
2
feb 17
10787