-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[17.0][MIG] web_calendar_slot_duration #2786
[17.0][MIG] web_calendar_slot_duration #2786
Conversation
This module extends the functionality of backend calendars to support custom slot durations and to allow you to provide more specific UX regarding event duration and snapping. @Tecnativa TT28201 [UPD] Update web_calendar_slot_duration.pot [UPD] README.rst
Most normal migration ever. @Tecnativa TT30987 [UPD] Update web_calendar_slot_duration.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-13.0/web-13.0-web_calendar_slot_duration Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_calendar_slot_duration/
When we specify the date in the calendar event we should not force the duration. TT45649
/ocabot migration web_calendar_slot_duration |
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.
LGTM 👍
please review @CarlosRoca13
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.
Is it possible to add/modify as demo data in some place an action that serves for testing the effects?
f20f108
to
081f25d
Compare
The module has currently only a dependency to "web". Therefore there is no calendar available where we could activate the feature. I've added two screenshots. I hope it makes it more clear how to use and test this module. |
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 have tried on runboat, and we can put as demo data a different slot duration (for example, 10 minutes), for the scheduled actions calendar that is available in base
:
<record id="base.ir_cron_act" model="ir.actions.act_window">
<field name="context">{'search_default_all': 1, "calendar_slot_duration": "00:10:00"}</field>
</record>
081f25d
to
f3c3ef6
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.
Sorry for forgetting to mention before, and thanks for your promptness.
f3c3ef6
to
5f813d7
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.
/ocabot merge nobump
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 53b4b86. Thanks a lot for contributing to OCA. ❤️ |
No description provided.