Skip to Content
Menú
This question has been flagged
1 Respondre
3612 Vistes

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
Best Answer

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 set_param and get_param method of ir.config_parameter.


Hope it helps

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de set. 19
3385
4
d’oct. 21
37531
1
d’oct. 20
12419
1
de març 15
4904
2
de febr. 17
10787