-
-
Notifications
You must be signed in to change notification settings - Fork 166
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][MIG] event_track_location_overlap: Migration to v12 #132
[12.0][MIG] event_track_location_overlap: Migration to v12 #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash those !fixup
commits.
9da3619
to
59dccf3
Compare
a_track = remaining_tracks[0] | ||
remaining_tracks -= a_track | ||
# Get track A's dates | ||
a_start = fields.Datetime.from_string(a_track.date) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are already dates, so remove the conversions
37ac9e2
to
f7e4b6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do a proper rebase please.
1dc1759
to
697edb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
697edb4
to
9b9062e
Compare
New module that allows to forbid overlapping multiple tracks in the same room at the same time... or not.
767c99b
to
4749a3c
Compare
4749a3c
to
1559ea1
Compare
The new data model in Odoo 12.0 replaces `state` for `stage_id`, which includes a flag that indicates if the stage is cancelled. Use it now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All comments attended, it should go ✔️ now.
Forward-port of #108.
cc @Tecnativa