Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
2068
瀏覽次數
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 ...