From efa453c74e7a3ec609c9e157fdc0d4e0e9cbeecd Mon Sep 17 00:00:00 2001 From: David Date: Fri, 5 Jul 2024 14:06:16 +0200 Subject: [PATCH] [IMP] web_widget_domain_editor_dialog: pre-commit auto fixes --- web_widget_domain_editor_dialog/README.rst | 72 ++++++++++--------- .../pyproject.toml | 3 + .../readme/CONTRIBUTORS.md | 7 ++ .../readme/CONTRIBUTORS.rst | 9 --- .../{DESCRIPTION.rst => DESCRIPTION.md} | 8 +-- .../readme/USAGE.md | 19 +++++ .../readme/USAGE.rst | 21 ------ .../static/description/index.html | 36 +++++----- 8 files changed, 87 insertions(+), 88 deletions(-) create mode 100644 web_widget_domain_editor_dialog/pyproject.toml create mode 100644 web_widget_domain_editor_dialog/readme/CONTRIBUTORS.md delete mode 100644 web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst rename web_widget_domain_editor_dialog/readme/{DESCRIPTION.rst => DESCRIPTION.md} (55%) create mode 100644 web_widget_domain_editor_dialog/readme/USAGE.md delete mode 100644 web_widget_domain_editor_dialog/readme/USAGE.rst diff --git a/web_widget_domain_editor_dialog/README.rst b/web_widget_domain_editor_dialog/README.rst index e4730794b..b4c1d2cd8 100644 --- a/web_widget_domain_editor_dialog/README.rst +++ b/web_widget_domain_editor_dialog/README.rst @@ -17,22 +17,22 @@ Web Widget Domain Editor Dialog :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-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_widget_domain_editor_dialog + :target: https://github.com/OCA/web/tree/17.0/web_widget_domain_editor_dialog :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_widget_domain_editor_dialog + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_widget_domain_editor_dialog :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| -Since v11 introduced the new domain editor widget it's not possible to edit -the selected records from the current domain. +Since v11 introduced the new domain editor widget it's not possible to +edit the selected records from the current domain. -This module reintroduces that dialog to complement the current widget with the -powerful search engine of Odoo. +This module reintroduces that dialog to complement the current widget +with the powerful search engine of Odoo. **Table of contents** @@ -42,27 +42,29 @@ powerful search engine of Odoo. Usage ===== -In any view with a domain field widget and model, but we'll make the example -with a user filter: +In any view with a domain field widget and model, but we'll make the +example with a user filter: -#. Enter debug mode. -#. Go to the *Debug menu* and select the option *Manage Filters* -#. Create a new one -#. Put a name to the filter and select a model (e.g.: Contact) -#. Click on the record selection button and a list dialog opens. There you can - either: +1. Enter debug mode. +2. Go to the *Debug menu* and select the option *Manage Filters* +3. Create a new one +4. Put a name to the filter and select a model (e.g.: Contact) +5. Click on the record selection button and a list dialog opens. There + you can either: - * Select individual records: those ids will be added to the domain. - * Set filters that will be applied to the domain and select all the records - to add it as a new filter. - * Set groups that will be converted into search filters, select all the - records and those unfolded groups will be set as filters to. +.. + + - Select individual records: those ids will be added to the domain. + - Set filters that will be applied to the domain and select all the + records to add it as a new filter. + - Set groups that will be converted into search filters, select all + the records and those unfolded groups will be set as filters to. You can still edit the filter with Odoo's widget after that. -.. figure:: https://raw.githubusercontent.com/OCA/web/16.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif - :align: center - :width: 600 px +|image1| + +.. |image1| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif Bug Tracker =========== @@ -70,7 +72,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. @@ -78,25 +80,25 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_ +- `Tecnativa `__ - * David Vidal - * Jairo Llopis - * Carlos Roca + - David Vidal + - Jairo Llopis + - Carlos Roca -* Darshan Patel -* Helly kapatel -* Carlos Lopez +- Darshan Patel +- Helly kapatel +- Carlos Lopez Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -108,6 +110,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_widget_domain_editor_dialog/pyproject.toml b/web_widget_domain_editor_dialog/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_widget_domain_editor_dialog/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.md b/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..b0c508628 --- /dev/null +++ b/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- [Tecnativa](https://www.tecnativa.com) + - David Vidal + - Jairo Llopis + - Carlos Roca +- Darshan Patel \<\> +- Helly kapatel \<\> +- Carlos Lopez \<\> diff --git a/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst b/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst deleted file mode 100644 index 274c293d4..000000000 --- a/web_widget_domain_editor_dialog/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* `Tecnativa `_ - - * David Vidal - * Jairo Llopis - * Carlos Roca - -* Darshan Patel -* Helly kapatel -* Carlos Lopez diff --git a/web_widget_domain_editor_dialog/readme/DESCRIPTION.rst b/web_widget_domain_editor_dialog/readme/DESCRIPTION.md similarity index 55% rename from web_widget_domain_editor_dialog/readme/DESCRIPTION.rst rename to web_widget_domain_editor_dialog/readme/DESCRIPTION.md index 4e92c10e7..6756b4c3a 100644 --- a/web_widget_domain_editor_dialog/readme/DESCRIPTION.rst +++ b/web_widget_domain_editor_dialog/readme/DESCRIPTION.md @@ -1,5 +1,5 @@ -Since v11 introduced the new domain editor widget it's not possible to edit -the selected records from the current domain. +Since v11 introduced the new domain editor widget it's not possible to +edit the selected records from the current domain. -This module reintroduces that dialog to complement the current widget with the -powerful search engine of Odoo. +This module reintroduces that dialog to complement the current widget +with the powerful search engine of Odoo. diff --git a/web_widget_domain_editor_dialog/readme/USAGE.md b/web_widget_domain_editor_dialog/readme/USAGE.md new file mode 100644 index 000000000..3cdcbd6c2 --- /dev/null +++ b/web_widget_domain_editor_dialog/readme/USAGE.md @@ -0,0 +1,19 @@ +In any view with a domain field widget and model, but we'll make the +example with a user filter: + +1. Enter debug mode. +2. Go to the *Debug menu* and select the option *Manage Filters* +3. Create a new one +4. Put a name to the filter and select a model (e.g.: Contact) +5. Click on the record selection button and a list dialog opens. There + you can either: + +> - Select individual records: those ids will be added to the domain. +> - Set filters that will be applied to the domain and select all the +> records to add it as a new filter. +> - Set groups that will be converted into search filters, select all +> the records and those unfolded groups will be set as filters to. + +You can still edit the filter with Odoo's widget after that. + +![](../static/src/img/behaviour.gif) diff --git a/web_widget_domain_editor_dialog/readme/USAGE.rst b/web_widget_domain_editor_dialog/readme/USAGE.rst deleted file mode 100644 index d3a918fcb..000000000 --- a/web_widget_domain_editor_dialog/readme/USAGE.rst +++ /dev/null @@ -1,21 +0,0 @@ -In any view with a domain field widget and model, but we'll make the example -with a user filter: - -#. Enter debug mode. -#. Go to the *Debug menu* and select the option *Manage Filters* -#. Create a new one -#. Put a name to the filter and select a model (e.g.: Contact) -#. Click on the record selection button and a list dialog opens. There you can - either: - - * Select individual records: those ids will be added to the domain. - * Set filters that will be applied to the domain and select all the records - to add it as a new filter. - * Set groups that will be converted into search filters, select all the - records and those unfolded groups will be set as filters to. - -You can still edit the filter with Odoo's widget after that. - -.. figure:: ../static/src/img/behaviour.gif - :align: center - :width: 600 px diff --git a/web_widget_domain_editor_dialog/static/description/index.html b/web_widget_domain_editor_dialog/static/description/index.html index 8405baf43..e4990077b 100644 --- a/web_widget_domain_editor_dialog/static/description/index.html +++ b/web_widget_domain_editor_dialog/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,11 +368,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:556e58fec03e10a766775e9fcf51a71af99cd84efaa2ee47cd937bee7ef9312f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Since v11 introduced the new domain editor widget it’s not possible to edit -the selected records from the current domain.

-

This module reintroduces that dialog to complement the current widget with the -powerful search engine of Odoo.

+

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

+

Since v11 introduced the new domain editor widget it’s not possible to +edit the selected records from the current domain.

+

This module reintroduces that dialog to complement the current widget +with the powerful search engine of Odoo.

Table of contents

    @@ -389,36 +388,35 @@ powerful search engine of Odoo.

Usage

-

In any view with a domain field widget and model, but we’ll make the example -with a user filter:

+

In any view with a domain field widget and model, but we’ll make the +example with a user filter:

  1. Enter debug mode.
  2. Go to the Debug menu and select the option Manage Filters
  3. Create a new one
  4. Put a name to the filter and select a model (e.g.: Contact)
  5. -
  6. Click on the record selection button and a list dialog opens. There you can -either:
  7. +
  8. Click on the record selection button and a list dialog opens. There +you can either:
+
  • Select individual records: those ids will be added to the domain.
  • -
  • Set filters that will be applied to the domain and select all the records -to add it as a new filter.
  • -
  • Set groups that will be converted into search filters, select all the -records and those unfolded groups will be set as filters to.
  • +
  • Set filters that will be applied to the domain and select all the +records to add it as a new filter.
  • +
  • Set groups that will be converted into search filters, select all +the records and those unfolded groups will be set as filters to.

You can still edit the filter with Odoo’s widget after that.

-
-https://raw.githubusercontent.com/OCA/web/16.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif -
+

image1

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.

@@ -450,7 +448,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.