Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
2056
화면
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 ...