mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_domain_editor_dialog: pre-commit auto fixes
This commit is contained in:
@@ -17,22 +17,22 @@ Web Widget Domain Editor Dialog
|
|||||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
|
.. |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
|
:alt: OCA/web
|
||||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
.. |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
|
:alt: Translate me on Weblate
|
||||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
.. |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
|
:alt: Try me on Runboat
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
Since v11 introduced the new domain editor widget it's not possible to edit
|
Since v11 introduced the new domain editor widget it's not possible to
|
||||||
the selected records from the current domain.
|
edit the selected records from the current domain.
|
||||||
|
|
||||||
This module reintroduces that dialog to complement the current widget with the
|
This module reintroduces that dialog to complement the current widget
|
||||||
powerful search engine of Odoo.
|
with the powerful search engine of Odoo.
|
||||||
|
|
||||||
**Table of contents**
|
**Table of contents**
|
||||||
|
|
||||||
@@ -42,27 +42,29 @@ powerful search engine of Odoo.
|
|||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
In any view with a domain field widget and model, but we'll make the example
|
In any view with a domain field widget and model, but we'll make the
|
||||||
with a user filter:
|
example with a user filter:
|
||||||
|
|
||||||
#. Enter debug mode.
|
1. Enter debug mode.
|
||||||
#. Go to the *Debug menu* and select the option *Manage Filters*
|
2. Go to the *Debug menu* and select the option *Manage Filters*
|
||||||
#. Create a new one
|
3. Create a new one
|
||||||
#. Put a name to the filter and select a model (e.g.: Contact)
|
4. 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
|
5. Click on the record selection button and a list dialog opens. There
|
||||||
either:
|
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.
|
- Select individual records: those ids will be added to the domain.
|
||||||
* Set groups that will be converted into search filters, select all the
|
- Set filters that will be applied to the domain and select all the
|
||||||
records and those unfolded groups will be set as filters to.
|
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.
|
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
|
|image1|
|
||||||
:align: center
|
|
||||||
:width: 600 px
|
.. |image1| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
@@ -70,7 +72,7 @@ Bug Tracker
|
|||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
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
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||||
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_domain_editor_dialog%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_domain_editor_dialog%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||||
|
|
||||||
Do not contact contributors directly about support or help with technical issues.
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
@@ -78,25 +80,25 @@ Credits
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
~~~~~~~
|
-------
|
||||||
|
|
||||||
* Tecnativa
|
* Tecnativa
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
~~~~~~~~~~~~
|
------------
|
||||||
|
|
||||||
* `Tecnativa <https://www.tecnativa.com>`_
|
- `Tecnativa <https://www.tecnativa.com>`__
|
||||||
|
|
||||||
* David Vidal
|
- David Vidal
|
||||||
* Jairo Llopis
|
- Jairo Llopis
|
||||||
* Carlos Roca
|
- Carlos Roca
|
||||||
|
|
||||||
* Darshan Patel <darshan.barcelona@gmail.com>
|
- Darshan Patel <darshan.barcelona@gmail.com>
|
||||||
* Helly kapatel <helly.kapatel@initos.com>
|
- Helly kapatel <helly.kapatel@initos.com>
|
||||||
* Carlos Lopez <celm1990@gmail.com>
|
- Carlos Lopez <celm1990@gmail.com>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
-----------
|
||||||
|
|
||||||
This module is maintained by the OCA.
|
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
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.
|
promote its widespread use.
|
||||||
|
|
||||||
This module is part of the `OCA/web <https://github.com/OCA/web/tree/16.0/web_widget_domain_editor_dialog>`_ project on GitHub.
|
This module is part of the `OCA/web <https://github.com/OCA/web/tree/17.0/web_widget_domain_editor_dialog>`_ project on GitHub.
|
||||||
|
|
||||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||||
|
|||||||
3
web_widget_domain_editor_dialog/pyproject.toml
Normal file
3
web_widget_domain_editor_dialog/pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["whool"]
|
||||||
|
build-backend = "whool.buildapi"
|
||||||
7
web_widget_domain_editor_dialog/readme/CONTRIBUTORS.md
Normal file
7
web_widget_domain_editor_dialog/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
- [Tecnativa](https://www.tecnativa.com)
|
||||||
|
- David Vidal
|
||||||
|
- Jairo Llopis
|
||||||
|
- Carlos Roca
|
||||||
|
- Darshan Patel \<<darshan.barcelona@gmail.com>\>
|
||||||
|
- Helly kapatel \<<helly.kapatel@initos.com>\>
|
||||||
|
- Carlos Lopez \<<celm1990@gmail.com>\>
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
* `Tecnativa <https://www.tecnativa.com>`_
|
|
||||||
|
|
||||||
* David Vidal
|
|
||||||
* Jairo Llopis
|
|
||||||
* Carlos Roca
|
|
||||||
|
|
||||||
* Darshan Patel <darshan.barcelona@gmail.com>
|
|
||||||
* Helly kapatel <helly.kapatel@initos.com>
|
|
||||||
* Carlos Lopez <celm1990@gmail.com>
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
Since v11 introduced the new domain editor widget it's not possible to edit
|
Since v11 introduced the new domain editor widget it's not possible to
|
||||||
the selected records from the current domain.
|
edit the selected records from the current domain.
|
||||||
|
|
||||||
This module reintroduces that dialog to complement the current widget with the
|
This module reintroduces that dialog to complement the current widget
|
||||||
powerful search engine of Odoo.
|
with the powerful search engine of Odoo.
|
||||||
19
web_widget_domain_editor_dialog/readme/USAGE.md
Normal file
19
web_widget_domain_editor_dialog/readme/USAGE.md
Normal file
@@ -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.
|
||||||
|
|
||||||
|

|
||||||
@@ -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
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
@@ -369,11 +368,11 @@ ul.auto-toc {
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
!! source digest: sha256:556e58fec03e10a766775e9fcf51a71af99cd84efaa2ee47cd937bee7ef9312f
|
!! source digest: sha256:556e58fec03e10a766775e9fcf51a71af99cd84efaa2ee47cd937bee7ef9312f
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/16.0/web_widget_domain_editor_dialog"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_domain_editor_dialog"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/17.0/web_widget_domain_editor_dialog"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_widget_domain_editor_dialog"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||||
<p>Since v11 introduced the new domain editor widget it’s not possible to edit
|
<p>Since v11 introduced the new domain editor widget it’s not possible to
|
||||||
the selected records from the current domain.</p>
|
edit the selected records from the current domain.</p>
|
||||||
<p>This module reintroduces that dialog to complement the current widget with the
|
<p>This module reintroduces that dialog to complement the current widget
|
||||||
powerful search engine of Odoo.</p>
|
with the powerful search engine of Odoo.</p>
|
||||||
<p><strong>Table of contents</strong></p>
|
<p><strong>Table of contents</strong></p>
|
||||||
<div class="contents local topic" id="contents">
|
<div class="contents local topic" id="contents">
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
@@ -389,36 +388,35 @@ powerful search engine of Odoo.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="usage">
|
<div class="section" id="usage">
|
||||||
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
||||||
<p>In any view with a domain field widget and model, but we’ll make the example
|
<p>In any view with a domain field widget and model, but we’ll make the
|
||||||
with a user filter:</p>
|
example with a user filter:</p>
|
||||||
<ol class="arabic simple">
|
<ol class="arabic simple">
|
||||||
<li>Enter debug mode.</li>
|
<li>Enter debug mode.</li>
|
||||||
<li>Go to the <em>Debug menu</em> and select the option <em>Manage Filters</em></li>
|
<li>Go to the <em>Debug menu</em> and select the option <em>Manage Filters</em></li>
|
||||||
<li>Create a new one</li>
|
<li>Create a new one</li>
|
||||||
<li>Put a name to the filter and select a model (e.g.: Contact)</li>
|
<li>Put a name to the filter and select a model (e.g.: Contact)</li>
|
||||||
<li>Click on the record selection button and a list dialog opens. There you can
|
<li>Click on the record selection button and a list dialog opens. There
|
||||||
either:</li>
|
you can either:</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
<!-- -->
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Select individual records: those ids will be added to the domain.</li>
|
<li>Select individual records: those ids will be added to the domain.</li>
|
||||||
<li>Set filters that will be applied to the domain and select all the records
|
<li>Set filters that will be applied to the domain and select all the
|
||||||
to add it as a new filter.</li>
|
records to add it as a new filter.</li>
|
||||||
<li>Set groups that will be converted into search filters, select all the
|
<li>Set groups that will be converted into search filters, select all
|
||||||
records and those unfolded groups will be set as filters to.</li>
|
the records and those unfolded groups will be set as filters to.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>You can still edit the filter with Odoo’s widget after that.</p>
|
<p>You can still edit the filter with Odoo’s widget after that.</p>
|
||||||
<div class="figure align-center">
|
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/web/17.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif" /></p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/16.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif" src="https://raw.githubusercontent.com/OCA/web/16.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif" style="width: 600px;" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="bug-tracker">
|
<div class="section" id="bug-tracker">
|
||||||
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
||||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
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
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||||
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_domain_editor_dialog%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_domain_editor_dialog%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="credits">
|
<div class="section" id="credits">
|
||||||
@@ -450,7 +448,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|||||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||||
mission is to support the collaborative development of Odoo features and
|
mission is to support the collaborative development of Odoo features and
|
||||||
promote its widespread use.</p>
|
promote its widespread use.</p>
|
||||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/16.0/web_widget_domain_editor_dialog">OCA/web</a> project on GitHub.</p>
|
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/17.0/web_widget_domain_editor_dialog">OCA/web</a> project on GitHub.</p>
|
||||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user