Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3624 Vues

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

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
sept. 19
3400
4
oct. 21
37541
1
oct. 20
12436
1
mars 15
4933
2
févr. 17
10787