-
Notifications
You must be signed in to change notification settings - Fork 0
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
calendar_base_booking: extend readme, comment cleanup, function rename #1
base: 14.0-add-calendar_base_booking
Are you sure you want to change the base?
calendar_base_booking: extend readme, comment cleanup, function rename #1
Conversation
ec4c3a8
to
57d43c0
Compare
65c4f45
to
a64f545
Compare
a64f545
to
21bcfc5
Compare
return slots | ||
|
||
def _get_domain_for_current_object(self): | ||
def get_booked_slots(self, start=None, stop=None): | ||
if start and stop: |
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.
I not sure that it's usefull to have the possibility to not pass a start and stop date ? (for the two other method it's required and I do not see case of use)
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.
Thanks for the improvement and the clarification, the code is now more readable !
No description provided.