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:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1123
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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.