From 732de237faf7d14b2d190f545bae95f8a7494076 Mon Sep 17 00:00:00 2001 From: "Cuong, Nguyen Minh Tran Manh" Date: Fri, 19 Jan 2024 18:37:36 +0700 Subject: [PATCH] [IMP] web_remember_tree_column_width: pre-commit auto fixes --- web_remember_tree_column_width/README.rst | 36 ++++++++++--------- web_remember_tree_column_width/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 4 +++ .../readme/CONTRIBUTORS.rst | 5 --- .../readme/{CREDITS.rst => CREDITS.md} | 7 ++-- .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- .../static/description/index.html | 12 ++++--- 7 files changed, 39 insertions(+), 31 deletions(-) create mode 100644 web_remember_tree_column_width/pyproject.toml create mode 100644 web_remember_tree_column_width/readme/CONTRIBUTORS.md delete mode 100644 web_remember_tree_column_width/readme/CONTRIBUTORS.rst rename web_remember_tree_column_width/readme/{CREDITS.rst => CREDITS.md} (50%) rename web_remember_tree_column_width/readme/{DESCRIPTION.rst => DESCRIPTION.md} (65%) diff --git a/web_remember_tree_column_width/README.rst b/web_remember_tree_column_width/README.rst index f6b243629..e72a40f93 100644 --- a/web_remember_tree_column_width/README.rst +++ b/web_remember_tree_column_width/README.rst @@ -17,18 +17,19 @@ Web Remember Tree Column Width :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_remember_tree_column_width + :target: https://github.com/OCA/web/tree/17.0/web_remember_tree_column_width :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_remember_tree_column_width + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_remember_tree_column_width :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| -Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering. +Remember the tree columns' widths across sessions, and after filtering, +grouping, or reordering. **Table of contents** @@ -41,7 +42,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. @@ -49,30 +50,31 @@ Credits ======= Authors -~~~~~~~ +------- * Vauxoo Contributors -~~~~~~~~~~~~ +------------ -* Francisco Javier Luna Vázquez -* Tomás Álvarez -* `Komit `_: +- Francisco Javier Luna Vázquez +- Tomás Álvarez +- `Komit `__: - * Cuong Nguyen Mtm + - Cuong Nguyen Mtm Other credits -~~~~~~~~~~~~~ +------------- -* Vauxoo +- Vauxoo -The migration of this module from 15.0 to 16.0 was financially supported by: +The migration of this module from 15.0 to 16.0 was financially supported +by: -* Komit (https://komit-consulting.com/) +- Komit (https://komit-consulting.com/) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -98,6 +100,6 @@ Current `maintainers `__: |maintainer-frahikLV| |maintainer-luisg123v| |maintainer-cuongnmtm| -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_remember_tree_column_width/pyproject.toml b/web_remember_tree_column_width/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_remember_tree_column_width/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_remember_tree_column_width/readme/CONTRIBUTORS.md b/web_remember_tree_column_width/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..9377fab2b --- /dev/null +++ b/web_remember_tree_column_width/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Francisco Javier Luna Vázquez \<\> +- Tomás Álvarez \<\> +- [Komit](https://komit-consulting.com/): + - Cuong Nguyen Mtm \<\> diff --git a/web_remember_tree_column_width/readme/CONTRIBUTORS.rst b/web_remember_tree_column_width/readme/CONTRIBUTORS.rst deleted file mode 100644 index c77606657..000000000 --- a/web_remember_tree_column_width/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Francisco Javier Luna Vázquez -* Tomás Álvarez -* `Komit `_: - - * Cuong Nguyen Mtm diff --git a/web_remember_tree_column_width/readme/CREDITS.rst b/web_remember_tree_column_width/readme/CREDITS.md similarity index 50% rename from web_remember_tree_column_width/readme/CREDITS.rst rename to web_remember_tree_column_width/readme/CREDITS.md index c62809e1e..b4496150a 100644 --- a/web_remember_tree_column_width/readme/CREDITS.rst +++ b/web_remember_tree_column_width/readme/CREDITS.md @@ -1,5 +1,6 @@ -* Vauxoo +- Vauxoo -The migration of this module from 15.0 to 16.0 was financially supported by: +The migration of this module from 15.0 to 16.0 was financially supported +by: -* Komit (https://komit-consulting.com/) +- Komit () diff --git a/web_remember_tree_column_width/readme/DESCRIPTION.rst b/web_remember_tree_column_width/readme/DESCRIPTION.md similarity index 65% rename from web_remember_tree_column_width/readme/DESCRIPTION.rst rename to web_remember_tree_column_width/readme/DESCRIPTION.md index 5752e55cc..28df572da 100644 --- a/web_remember_tree_column_width/readme/DESCRIPTION.rst +++ b/web_remember_tree_column_width/readme/DESCRIPTION.md @@ -1 +1,2 @@ -Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering. +Remember the tree columns' widths across sessions, and after filtering, +grouping, or reordering. diff --git a/web_remember_tree_column_width/static/description/index.html b/web_remember_tree_column_width/static/description/index.html index e39a79da9..779664d3e 100644 --- a/web_remember_tree_column_width/static/description/index.html +++ b/web_remember_tree_column_width/static/description/index.html @@ -369,8 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:13342577539a6c70ca648db63c08e26c3f8141832217180d9d6c95e15fcc39cd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Remember the tree columns’ widths across sessions, and after filtering, grouping, or reordering.

+

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

+

Remember the tree columns’ widths across sessions, and after filtering, +grouping, or reordering.

Table of contents

    @@ -389,7 +390,7 @@ ul.auto-toc {

    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.

@@ -416,7 +417,8 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Vauxoo
-

The migration of this module from 15.0 to 16.0 was financially supported by:

+

The migration of this module from 15.0 to 16.0 was financially supported +by:

@@ -430,7 +432,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

frahikLV luisg123v cuongnmtm

-

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.