From 6a57da6d8a381142f16df2ea1e3491e94d7b444a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 10 Apr 2025 15:03:39 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- web_calendar_slot_duration/README.rst | 20 +++++++++---------- .../static/description/index.html | 9 ++++----- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 95c2474db..2aa5f9b28 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[web_calendar_slot_duration](web_calendar_slot_duration/) | 18.0.1.0.0 | [![Yajo](https://github.com/Yajo.png?size=30px)](https://github.com/Yajo) | Customizable calendar slot durations [web_chatter_position](web_chatter_position/) | 18.0.1.0.0 | [![trisdoan](https://github.com/trisdoan.png?size=30px)](https://github.com/trisdoan) | Add an option to change the chatter position [web_company_color](web_company_color/) | 18.0.1.0.0 | | Web Company Color [web_dialog_size](web_dialog_size/) | 18.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 35596e3bf..ec8158e72 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-web" -version = "18.0.20250410.1" +version = "18.0.20250410.2" dependencies = [ + "odoo-addon-web_calendar_slot_duration==18.0.*", "odoo-addon-web_chatter_position==18.0.*", "odoo-addon-web_company_color==18.0.*", "odoo-addon-web_dialog_size==18.0.*", diff --git a/web_calendar_slot_duration/README.rst b/web_calendar_slot_duration/README.rst index 8c25a32aa..9bbe8d3b1 100644 --- a/web_calendar_slot_duration/README.rst +++ b/web_calendar_slot_duration/README.rst @@ -7,7 +7,7 @@ Calendar slot duration !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2be0b00f67ed141f98a951795ae0ba21a2912b90c42a00ed2ce136cee2def017 + !! source digest: sha256:f4d4e1daaaaf9380d55af539273f0e6303157a519d96242ee8f56e510f178f88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -53,11 +53,12 @@ the default value): It can be added in actions defined on python or as ``ir.actions.act_window`` records. -.. image:: https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/edit_action.png - :alt: edit action settings +|edit action settings| -.. image:: https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/calendar_result.png - :alt: result +|result| + +.. |edit action settings| image:: https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/edit_action.png +.. |result| image:: https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/calendar_result.png Usage ===== @@ -71,8 +72,7 @@ have slots of 10 minutes as feature demonstration. Known issues / Roadmap ====================== -- Drop module if/when https://github.com/odoo/odoo/pull/66739 is - merged. +- Drop module if/when https://github.com/odoo/odoo/pull/66739 is merged. Bug Tracker =========== @@ -95,10 +95,10 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Jairo Llopis - - Stefan Ungureanu + - Jairo Llopis + - Stefan Ungureanu Maintainers ----------- diff --git a/web_calendar_slot_duration/static/description/index.html b/web_calendar_slot_duration/static/description/index.html index 17ca44275..74a49d015 100644 --- a/web_calendar_slot_duration/static/description/index.html +++ b/web_calendar_slot_duration/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2be0b00f67ed141f98a951795ae0ba21a2912b90c42a00ed2ce136cee2def017 +!! source digest: sha256:f4d4e1daaaaf9380d55af539273f0e6303157a519d96242ee8f56e510f178f88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 @@ -399,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

@@ -412,8 +412,7 @@ have slots of 10 minutes as feature demonstration.

Known issues / Roadmap