Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3622 Prikazi

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

Avatar
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
sep. 19
3397
4
okt. 21
37539
1
okt. 20
12430
1
mar. 15
4926
2
feb. 17
10787