コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3882 ビュー

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 the set_param and get_param method of ir.config_parameter.




Hope it helps

アバター
破棄
関連投稿 返信 ビュー 活動
0
9月 19
3528
4
10月 21
37717
1
10月 20
12662
1
3月 15
5110
2
2月 17
10787