diff --git a/pandoc-3.2-1-amd64.deb b/pandoc-3.2-1-amd64.deb new file mode 100644 index 000000000..f92671621 Binary files /dev/null and b/pandoc-3.2-1-amd64.deb differ diff --git a/web_chatter_position/README.rst b/web_chatter_position/README.rst index 79555092a..2c95e9661 100644 --- a/web_chatter_position/README.rst +++ b/web_chatter_position/README.rst @@ -17,13 +17,13 @@ Chatter Position :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/16.0/web_chatter_position + :target: https://github.com/OCA/web/tree/17.0/web_chatter_position :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_chatter_position + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_chatter_position :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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,8 +40,8 @@ Supports Both Community & Enterprise Edition. Usage ===== -#. There's a **Chatter Position** option in **User Preferences**, where you can -choose between ``auto``, ``bottom`` and ``sided``. +#. There's a **Chatter Position** option in **User Preferences**, where +you can choose between ``auto``, ``bottom`` and ``sided``. Bug Tracker =========== @@ -49,7 +49,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. @@ -57,22 +57,22 @@ Credits ======= Authors -~~~~~~~ +------- * Hynsys Technologies * Camptocamp Contributors -~~~~~~~~~~~~ +------------ -* Hynsys Technologies -* Juan Miguel Sánchez Arce -* `Camptocamp `_ +- Hynsys Technologies +- Juan Miguel Sánchez Arce +- `Camptocamp `__ - * Iván Todorovich + - Iván Todorovich Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -84,6 +84,6 @@ 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. -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_chatter_position/pyproject.toml b/web_chatter_position/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_chatter_position/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_chatter_position/readme/CONTRIBUTORS.md b/web_chatter_position/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..eb5449f77 --- /dev/null +++ b/web_chatter_position/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Hynsys Technologies \<\> +- Juan Miguel Sánchez Arce \<\> +- [Camptocamp](https://www.camptocamp.com) + - Iván Todorovich \<\> diff --git a/web_chatter_position/readme/CONTRIBUTORS.rst b/web_chatter_position/readme/CONTRIBUTORS.rst deleted file mode 100644 index e0a264ebb..000000000 --- a/web_chatter_position/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Hynsys Technologies -* Juan Miguel Sánchez Arce -* `Camptocamp `_ - - * Iván Todorovich diff --git a/web_chatter_position/readme/DESCRIPTION.rst b/web_chatter_position/readme/DESCRIPTION.md similarity index 100% rename from web_chatter_position/readme/DESCRIPTION.rst rename to web_chatter_position/readme/DESCRIPTION.md diff --git a/web_chatter_position/readme/USAGE.md b/web_chatter_position/readme/USAGE.md new file mode 100644 index 000000000..93afcb323 --- /dev/null +++ b/web_chatter_position/readme/USAGE.md @@ -0,0 +1,2 @@ +#\. There's a **Chatter Position** option in **User Preferences**, where +you can choose between `auto`, `bottom` and `sided`. diff --git a/web_chatter_position/readme/USAGE.rst b/web_chatter_position/readme/USAGE.rst deleted file mode 100644 index dd8265496..000000000 --- a/web_chatter_position/readme/USAGE.rst +++ /dev/null @@ -1,2 +0,0 @@ -#. There's a **Chatter Position** option in **User Preferences**, where you can -choose between ``auto``, ``bottom`` and ``sided``. diff --git a/web_chatter_position/static/description/index.html b/web_chatter_position/static/description/index.html index 71e5669fe..d83fb1714 100644 --- a/web_chatter_position/static/description/index.html +++ b/web_chatter_position/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,7 +369,7 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:fbb006a9a99fbcf94cbb8823017ff08050ed9294fd3c81929e4a4b2e225ca61b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

Configurable chatter position from the user preferences.

Supports Both Community & Enterprise Edition.

Table of contents

@@ -387,15 +387,15 @@ ul.auto-toc {

Usage

-

#. There’s a Chatter Position option in User Preferences, where you can -choose between auto, bottom and sided.

+

#. There’s a Chatter Position option in User Preferences, where +you can choose between auto, bottom and sided.

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.

@@ -421,11 +421,13 @@ 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.

-

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.