Skip to Content
Menu
This question has been flagged
1 Odpoveď
4133 Zobrazenia

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

Avatar
Zrušiť
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 the set_param and get_param method of ir.config_parameter.




Hope it helps

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
sep 19
3723
4
okt 21
37960
1
okt 20
12944
1
mar 15
5355
2
feb 17
10787