-
Notifications
You must be signed in to change notification settings - Fork 245
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
[12.0] fieldservice_recurring don't create order on confirm #312
Labels
Comments
@hparfr I agree this is an issue. Could we improve it so that the first order is still created, but with a date that is compliant? |
Why create only one order ? |
I don't see a problem creating all the orders |
hparfr
added a commit
to akretion/field-service
that referenced
this issue
Aug 20, 2019
like the cron. Fix OCA#312
kongrattapong
pushed a commit
to ecosoft-odoo/field-service
that referenced
this issue
Aug 21, 2019
like the cron. Fix OCA#312
kongrattapong
pushed a commit
to ecosoft-odoo/field-service
that referenced
this issue
Aug 21, 2019
like the cron. Fix OCA#312
brian10048
pushed a commit
to brian10048/field-service
that referenced
this issue
Feb 26, 2020
like the cron. Fix OCA#312
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this issue
Jan 27, 2021
like the cron. Fix OCA#312
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this issue
Mar 19, 2021
like the cron. Fix OCA#312
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this issue
Apr 15, 2021
like the cron. Fix OCA#312
brian10048
pushed a commit
to brian10048/field-service
that referenced
this issue
Nov 30, 2021
like the cron. Fix OCA#312
mourad-ehm
pushed a commit
to akretion/field-service
that referenced
this issue
Jan 27, 2022
like the cron. Fix OCA#312
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this issue
Feb 10, 2022
like the cron. Fix OCA#312
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this issue
Oct 17, 2022
like the cron. Fix OCA#312
aiendry-aktivsoftware
pushed a commit
to aiendry-aktivsoftware/field-service
that referenced
this issue
Jun 1, 2023
like the cron. Fix OCA#312
kaynnan
pushed a commit
to Escodoo/field-service
that referenced
this issue
Jul 10, 2023
like the cron. Fix OCA#312
peluko00
pushed a commit
to APSL/field-service
that referenced
this issue
Apr 16, 2024
like the cron. Fix OCA#312
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this issue
Oct 15, 2024
like the cron. Fix OCA#312
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this issue
Nov 5, 2024
like the cron. Fix OCA#312
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this issue
Nov 15, 2024
like the cron. Fix OCA#312
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this issue
Nov 19, 2024
like the cron. Fix OCA#312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess it's the same for previous versions, but.
Create a frequency like : Every Monday, weekly.
Create a recurring order with this frequency on Friday, and confirm it.
An order will be created on Friday (datetime.now()).
The date of this order is not compliant with the frequency defined.
I suggest to remove _create_order from action_start and let the cron create the orders.
https://github.com/OCA/field-service/blob/12.0/fieldservice_recurring/models/fsm_recurring.py#L101
The text was updated successfully, but these errors were encountered: