From 084c67a07a13a29d8d1b588d714640c8723d70e9 Mon Sep 17 00:00:00 2001 From: Henrik Norlin Date: Wed, 30 Aug 2023 16:08:17 +0200 Subject: [PATCH] [MIG] web_calendar_slot_duration: Migration to 16.0 TT45649 --- web_calendar_slot_duration/README.rst | 31 +++++++++++------ web_calendar_slot_duration/__manifest__.py | 5 +-- .../readme/CONTRIBUTORS.rst | 4 +++ .../static/description/index.html | 27 +++++++++++---- .../src/js/calendar_common_renderer.esm.js | 21 ++++++++++++ .../static/src/js/calendar_model.esm.js | 34 ++++++++++--------- 6 files changed, 87 insertions(+), 35 deletions(-) create mode 100644 web_calendar_slot_duration/readme/CONTRIBUTORS.rst create mode 100644 web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js diff --git a/web_calendar_slot_duration/README.rst b/web_calendar_slot_duration/README.rst index c061e91c0..11ea39403 100644 --- a/web_calendar_slot_duration/README.rst +++ b/web_calendar_slot_duration/README.rst @@ -2,10 +2,13 @@ Calendar slot duration ====================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:b6cdb18144c44833ba86f19e14860a819285cd5d4ffd937f9633f6fbdfbeb93d + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Calendar slot duration :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/15.0/web_calendar_slot_duration + :target: https://github.com/OCA/web/tree/16.0/web_calendar_slot_duration :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_calendar_slot_duration + :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_calendar_slot_duration :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module extends the functionality of backend calendars to support custom slot durations and to allow you to provide more specific UX regarding event @@ -63,8 +66,8 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -76,6 +79,14 @@ Authors * Tecnativa +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `_: + + * Jairo Llopis + * Stefan Ungureanu + Maintainers ~~~~~~~~~~~ @@ -97,6 +108,6 @@ Current `maintainer `__: |maintainer-Yajo| -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_calendar_slot_duration/__manifest__.py b/web_calendar_slot_duration/__manifest__.py index 56a0189a5..9047e47be 100644 --- a/web_calendar_slot_duration/__manifest__.py +++ b/web_calendar_slot_duration/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Calendar slot duration", "summary": "Customizable calendar slot durations", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "development_status": "Production/Stable", "category": "Extra Tools", "website": "https://github.com/OCA/web", @@ -14,7 +14,8 @@ "installable": True, "assets": { "web.assets_backend": [ - "web_calendar_slot_duration/static/src/js/calendar_model.esm.js" + "web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js", + "web_calendar_slot_duration/static/src/js/calendar_model.esm.js", ] }, "depends": ["web"], diff --git a/web_calendar_slot_duration/readme/CONTRIBUTORS.rst b/web_calendar_slot_duration/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..bdf9d224a --- /dev/null +++ b/web_calendar_slot_duration/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* `Tecnativa `_: + + * Jairo Llopis + * Stefan Ungureanu diff --git a/web_calendar_slot_duration/static/description/index.html b/web_calendar_slot_duration/static/description/index.html index a64955432..2062fd2bd 100644 --- a/web_calendar_slot_duration/static/description/index.html +++ b/web_calendar_slot_duration/static/description/index.html @@ -3,7 +3,7 @@ - + Calendar slot duration