Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1125 Näkymät

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

Avatar
Hylkää

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.