-
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
[FIX] fieldservice_recurring #209
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bodedra
approved these changes
May 14, 2019
kittiu
pushed a commit
to ecosoft-odoo/field-service
that referenced
this pull request
Jun 27, 2019
kittiu
pushed a commit
to ecosoft-odoo/field-service
that referenced
this pull request
Jul 3, 2019
kittiu
pushed a commit
to ecosoft-odoo/field-service
that referenced
this pull request
Jul 8, 2019
kittiu
pushed a commit
to ecosoft-odoo/field-service
that referenced
this pull request
Jul 9, 2019
brian10048
added a commit
to brian10048/field-service
that referenced
this pull request
Feb 26, 2020
brian10048
added a commit
that referenced
this pull request
Jul 18, 2020
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this pull request
Jan 27, 2021
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this pull request
Mar 19, 2021
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this pull request
Apr 15, 2021
brian10048
added a commit
to brian10048/field-service
that referenced
this pull request
Nov 30, 2021
mourad-ehm
pushed a commit
to akretion/field-service
that referenced
this pull request
Jan 27, 2022
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this pull request
Feb 10, 2022
Freni-OSI
pushed a commit
to ursais/field-service
that referenced
this pull request
Oct 17, 2022
aiendry-aktivsoftware
pushed a commit
to aiendry-aktivsoftware/field-service
that referenced
this pull request
Jun 1, 2023
kaynnan
pushed a commit
to Escodoo/field-service
that referenced
this pull request
Jul 10, 2023
peluko00
pushed a commit
to APSL/field-service
that referenced
this pull request
Apr 16, 2024
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this pull request
Oct 15, 2024
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this pull request
Nov 5, 2024
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this pull request
Nov 15, 2024
EdgarRetes
pushed a commit
to ursais/field-service
that referenced
this pull request
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Originally posted by @max3903 in https://github.com/_render_node/MDIzOlB1bGxSZXF1ZXN0UmV2aWV3VGhyZWFkMTcxOTE2Njc3OnYy/pull_request_review_threads/discussion
The variable FREQUENCIES was a dictionary used for technical purposes for the recurring rules. We need a tuple type to use as a variable for the selection field (which is same options as the other variable)