Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3600 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
sept. 19
3384
4
oct. 21
37518
1
oct. 20
12414
1
mar. 15
4895
2
feb. 17
10787