From 733bfab231d9b8217f378a3918ab1731d9e40ca6 Mon Sep 17 00:00:00 2001 From: Christopher Rogos Date: Sat, 8 Feb 2025 20:16:08 +0000 Subject: [PATCH] [MIG] web_calendar_slot_duration: Migration to 18.0 --- web_calendar_slot_duration/README.rst | 19 ++++++++--------- web_calendar_slot_duration/__manifest__.py | 2 +- .../static/description/index.html | 21 +++++++++++-------- .../src/js/calendar_common_renderer.esm.js | 1 - .../static/src/js/calendar_model.esm.js | 1 - .../static/src/numeric_step.esm.js | 4 +--- 6 files changed, 23 insertions(+), 25 deletions(-) diff --git a/web_calendar_slot_duration/README.rst b/web_calendar_slot_duration/README.rst index 69ec4e029..8c25a32aa 100644 --- a/web_calendar_slot_duration/README.rst +++ b/web_calendar_slot_duration/README.rst @@ -17,13 +17,13 @@ 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/17.0/web_calendar_slot_duration + :target: https://github.com/OCA/web/tree/18.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-17-0/web-17-0-web_calendar_slot_duration + :target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_calendar_slot_duration :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -53,12 +53,11 @@ the default value): It can be added in actions defined on python or as ``ir.actions.act_window`` records. -|edit action settings| +.. image:: https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/edit_action.png + :alt: edit action settings -|result| - -.. |edit action settings| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_calendar_slot_duration/static/description/edit_action.png -.. |result| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_calendar_slot_duration/static/description/calendar_result.png +.. image:: https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/calendar_result.png + :alt: result Usage ===== @@ -81,7 +80,7 @@ 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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -122,6 +121,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 e8be09ae6..fb23dc671 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": "17.0.1.0.0", + "version": "18.0.1.0.0", "development_status": "Production/Stable", "category": "Extra Tools", "website": "https://github.com/OCA/web", diff --git a/web_calendar_slot_duration/static/description/index.html b/web_calendar_slot_duration/static/description/index.html index 52f7624a9..17ca44275 100644 --- a/web_calendar_slot_duration/static/description/index.html +++ b/web_calendar_slot_duration/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,7 +369,7 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:2be0b00f67ed141f98a951795ae0ba21a2912b90c42a00ed2ce136cee2def017 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

Production/Stable License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

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.

@@ -398,8 +399,8 @@ the default value):

It can be added in actions defined on python or as ir.actions.act_window records.

-

edit action settings

-

result

+edit action settings +result

Usage

@@ -420,7 +421,7 @@ merged.

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -444,13 +445,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current 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/static/src/js/calendar_common_renderer.esm.js b/web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js index e0999ec0f..f2b103f43 100644 --- a/web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js +++ b/web_calendar_slot_duration/static/src/js/calendar_common_renderer.esm.js @@ -1,4 +1,3 @@ -/** @odoo-module **/ /* Copyright 2023 Tecnativa - Stefan Ungureanu * License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). */ diff --git a/web_calendar_slot_duration/static/src/js/calendar_model.esm.js b/web_calendar_slot_duration/static/src/js/calendar_model.esm.js index a3ae80266..af828c1b8 100644 --- a/web_calendar_slot_duration/static/src/js/calendar_model.esm.js +++ b/web_calendar_slot_duration/static/src/js/calendar_model.esm.js @@ -1,4 +1,3 @@ -/** @odoo-module **/ /* Copyright 2023 Tecnativa - Stefan Ungureanu * License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl). */ diff --git a/web_widget_numeric_step/static/src/numeric_step.esm.js b/web_widget_numeric_step/static/src/numeric_step.esm.js index 986c0d9dd..25c76db7a 100644 --- a/web_widget_numeric_step/static/src/numeric_step.esm.js +++ b/web_widget_numeric_step/static/src/numeric_step.esm.js @@ -1,8 +1,6 @@ -/** @odoo-module */ - +import {FloatField} from "@web/views/fields/float/float_field"; import {_t} from "@web/core/l10n/translation"; import {registry} from "@web/core/registry"; -import {FloatField} from "@web/views/fields/float/float_field"; import {standardFieldProps} from "@web/views/fields/standard_field_props"; export class NumericStep extends FloatField {