Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3705 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 19
3415
4
paź 21
37567
1
paź 20
12494
1
mar 15
4969
2
lut 17
10787