Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3616 Zobrazení

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šit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
zář 19
3390
4
říj 21
37534
1
říj 20
12421
1
bře 15
4918
2
úno 17
10787