Skip to Content
Menu
This question has been flagged
1 Reply
3877 Views

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
0
Sep 19
3526
4
Oct 21
37715
1
Oct 20
12661
1
Mar 15
5108
2
Feb 17
10787