[BOT] post-merge updates

pull/3059/merge
OCA-git-bot 2025-04-10 15:03:39 +00:00
parent 5a8837cae3
commit 6a57da6d8a
4 changed files with 17 additions and 16 deletions

View File

@ -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.

View File

@ -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.*",

View File

@ -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 <https://www.tecnativa.com>`__:
- `Tecnativa <https://www.tecnativa.com>`__:
- Jairo Llopis
- Stefan Ungureanu
- Jairo Llopis
- Stefan Ungureanu
Maintainers
-----------

View File

@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_calendar_slot_duration"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_calendar_slot_duration"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of backend calendars to support
@ -399,8 +399,8 @@ the default value):</p>
</pre>
<p>It can be added in actions defined on python or as
<tt class="docutils literal">ir.actions.act_window</tt> records.</p>
<img alt="edit action settings" src="https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/edit_action.png" />
<img alt="result" src="https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/calendar_result.png" />
<p><img alt="edit action settings" src="https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/edit_action.png" /></p>
<p><img alt="result" src="https://raw.githubusercontent.com/OCA/web/18.0/web_calendar_slot_duration/static/description/calendar_result.png" /></p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
@ -412,8 +412,7 @@ have slots of 10 minutes as feature demonstration.</p>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Drop module if/when <a class="reference external" href="https://github.com/odoo/odoo/pull/66739">https://github.com/odoo/odoo/pull/66739</a> is
merged.</li>
<li>Drop module if/when <a class="reference external" href="https://github.com/odoo/odoo/pull/66739">https://github.com/odoo/odoo/pull/66739</a> is merged.</li>
</ul>
</div>
<div class="section" id="bug-tracker">