跳至内容
菜单
此问题已终结
1 回复
3617 查看

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

形象
丢弃
相关帖文 回复 查看 活动
0
9月 19
3392
4
10月 21
37534
1
10月 20
12426
1
3月 15
4921
2
2月 17
10787