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

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
3414
4
10月 21
37563
1
10月 20
12480
1
3月 15
4967
2
2月 17
10787