why odoo used res.config model as wizard not Model and that need to using set and get to store data into it.
此问题已终结
1
回复
5981
查看
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
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|
|
0
9月 19
|
5404 | ||
|
|
4
10月 21
|
40572 | ||
|
|
1
10月 20
|
15582 | ||
|
|
1
3月 15
|
7925 | ||
|
|
2
2月 17
|
10787 |