how to change the start date and the end date of the month on Odoo? like example, if I want to make the month start in 27 and end in 26 next month, when an employee make a time off request, Odoo will calculate it as a request of the next month
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
1142
Visualizações
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se
Hello,
You need to customize the workflow.
For eg. you need to add two custom date fields based on the date field input and your condition. After need to calculate the dates based on your condition and pass value in actual time off fields.
Maybe this solution will work for you.