Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3637 Представления

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
сент. 19
3406
4
окт. 21
37550
1
окт. 20
12450
1
мар. 15
4946
2
февр. 17
10787