diff --git a/ddmrp_chatter/README.rst b/ddmrp_chatter/README.rst index 6d76c16a1..5e08ed614 100644 --- a/ddmrp_chatter/README.rst +++ b/ddmrp_chatter/README.rst @@ -17,13 +17,13 @@ DDMRP Chatter :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github - :target: https://github.com/OCA/ddmrp/tree/16.0/ddmrp_chatter + :target: https://github.com/OCA/ddmrp/tree/17.0/ddmrp_chatter :alt: OCA/ddmrp .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/ddmrp-16-0/ddmrp-16-0-ddmrp_chatter + :target: https://translation.odoo-community.org/projects/ddmrp-17-0/ddmrp-17-0-ddmrp_chatter :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/ddmrp&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/ddmrp&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -39,14 +39,14 @@ Changelog ========= 14.0.1.0.0 (2021-06-01) -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- -* [MIG] Migration of module to v14. +- [MIG] Migration of module to v14. 13.0.1.0.0 (2020-09-10) -~~~~~~~~~~~~~~~~~~~~~~~ +----------------------- -* Module Added. +- Module Added. Bug Tracker =========== @@ -54,7 +54,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. @@ -62,17 +62,17 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Lois Rilo Antelo +- Lois Rilo Antelo 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/ddmrp `_ project on GitHub. +This module is part of the `OCA/ddmrp `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/ddmrp_chatter/pyproject.toml b/ddmrp_chatter/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/ddmrp_chatter/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/ddmrp_chatter/readme/CONTRIBUTORS.md b/ddmrp_chatter/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..c161d3f6c --- /dev/null +++ b/ddmrp_chatter/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Lois Rilo Antelo \<\> diff --git a/ddmrp_chatter/readme/CONTRIBUTORS.rst b/ddmrp_chatter/readme/CONTRIBUTORS.rst deleted file mode 100644 index 611afb02f..000000000 --- a/ddmrp_chatter/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1 +0,0 @@ -* Lois Rilo Antelo diff --git a/ddmrp_chatter/readme/DESCRIPTION.rst b/ddmrp_chatter/readme/DESCRIPTION.md similarity index 100% rename from ddmrp_chatter/readme/DESCRIPTION.rst rename to ddmrp_chatter/readme/DESCRIPTION.md diff --git a/ddmrp_chatter/readme/HISTORY.md b/ddmrp_chatter/readme/HISTORY.md new file mode 100644 index 000000000..e0bef0108 --- /dev/null +++ b/ddmrp_chatter/readme/HISTORY.md @@ -0,0 +1,7 @@ +## 14.0.1.0.0 (2021-06-01) + +- \[MIG\] Migration of module to v14. + +## 13.0.1.0.0 (2020-09-10) + +- Module Added. diff --git a/ddmrp_chatter/readme/HISTORY.rst b/ddmrp_chatter/readme/HISTORY.rst deleted file mode 100644 index bc92d1e71..000000000 --- a/ddmrp_chatter/readme/HISTORY.rst +++ /dev/null @@ -1,9 +0,0 @@ -14.0.1.0.0 (2021-06-01) -~~~~~~~~~~~~~~~~~~~~~~~ - -* [MIG] Migration of module to v14. - -13.0.1.0.0 (2020-09-10) -~~~~~~~~~~~~~~~~~~~~~~~ - -* Module Added. diff --git a/ddmrp_chatter/static/description/index.html b/ddmrp_chatter/static/description/index.html index ea97c1a2a..e6f04fc9c 100644 --- a/ddmrp_chatter/static/description/index.html +++ b/ddmrp_chatter/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 @@ 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.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,7 +369,7 @@

DDMRP Chatter

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:7d110d66455b739ec16ebb4b54824546d29bd97aa50470ed6339b7c3ec8acb05 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

Adds chatter and activities to stock buffers.

Table of contents

@@ -407,7 +408,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.

@@ -427,11 +428,13 @@

Contributors

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/ddmrp project on GitHub.

+

This module is part of the OCA/ddmrp project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.