Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3623 Visualizações

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

Avatar
Cancelar
Melhor resposta

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

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
set. 19
3397
4
out. 21
37539
1
out. 20
12431
1
mar. 15
4927
2
fev. 17
10787