diff --git a/README.md b/README.md index 0c1a9dd32..b599603ec 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [web_calendar_slot_duration](web_calendar_slot_duration/) | 17.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/) | 17.0.1.0.1 | [![trisdoan](https://github.com/trisdoan.png?size=30px)](https://github.com/trisdoan) | Add an option to change the chatter position [web_dialog_size](web_dialog_size/) | 17.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. [web_editor_class_selector](web_editor_class_selector/) | 17.0.1.0.0 | | Web editor class selector [web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.2 | | Web Environment Ribbon diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2ac5c1b7d..0fb015f49 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-web" -version = "17.0.20241126.0" +version = "17.0.20241211.0" dependencies = [ "odoo-addon-web_calendar_slot_duration>=17.0dev,<17.1dev", + "odoo-addon-web_chatter_position>=17.0dev,<17.1dev", "odoo-addon-web_dialog_size>=17.0dev,<17.1dev", "odoo-addon-web_editor_class_selector>=17.0dev,<17.1dev", "odoo-addon-web_environment_ribbon>=17.0dev,<17.1dev", diff --git a/web_chatter_position/README.rst b/web_chatter_position/README.rst index 47b82422b..45eeb803f 100644 --- a/web_chatter_position/README.rst +++ b/web_chatter_position/README.rst @@ -7,7 +7,7 @@ Chatter Position !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fbb006a9a99fbcf94cbb8823017ff08050ed9294fd3c81929e4a4b2e225ca61b + !! source digest: sha256:37fa43641cb746a03b8cb4f0492784abb34e5b511d0d318013dcee341b792da4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -66,19 +66,19 @@ Authors Contributors ------------ -- Hynsys Technologies -- Juan Miguel Sánchez Arce -- `Camptocamp `__ +- Hynsys Technologies +- Juan Miguel Sánchez Arce +- `Camptocamp `__ - - Iván Todorovich + - Iván Todorovich -- `Alitec Pte Ltd `__ +- `Alitec Pte Ltd `__ - - Jay Patel + - Jay Patel -- Trobz +- Trobz - - Tris Doan + - Tris Doan Maintainers ----------- diff --git a/web_chatter_position/static/description/index.html b/web_chatter_position/static/description/index.html index 8161fb306..dee54fa00 100644 --- a/web_chatter_position/static/description/index.html +++ b/web_chatter_position/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:fbb006a9a99fbcf94cbb8823017ff08050ed9294fd3c81929e4a4b2e225ca61b +!! source digest: sha256:37fa43641cb746a03b8cb4f0492784abb34e5b511d0d318013dcee341b792da4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Configurable chatter position from the user preferences.