跳至内容
菜单
此问题已终结
1 回复
2063 查看

Value

Code

i want this value in my custom model any help ? 

形象
丢弃
最佳答案

Hi,

You have got the answer in your question itself. In the one of the image, you can see the function named get_values, in it, self.env['ir.config.parameter'].sudo().get_param('paid_leave') this line of code is used to show the paid leav in settings, same line of code can be used anywhere.

Thanks

形象
丢弃
编写者

let me try ...