-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0] fieldservice_recurring: Forward ports from 14 #1136
Conversation
…recurring dates to avoid hour jumps during daylight saving time changes
It should not be allowed to select orders to be added to recurring
Use current company as default instead of user company.
Use location_id timezone prioritarily if set when generating fsm orders for a location
support multicompany
Stages are now: draft: not started yet progress: orders are and will continue to be generated suspend: it can continue to generate orders but it has been put on pause for some reason close: no new orders will / can be generated ```dot digraph { draft -> progress -> suspend -> close suspend -> progress } ``` Why this change ? - it was impossible to go back to progress after cancel - pending / renew is too opinated to be in a base module, - renew duration was hardcoded (btw renew can be implemented by a renew_date instead of a stage in a dedicated module)
800d419
to
f924891
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
@brian10048 The merge process could not be finalized, because command
|
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 75a52c4. Thanks a lot for contributing to OCA. ❤️ |
depends #1133
Forward port bug fixes and improvements from v14 to v15