forked from Techsystech/web
[IMP] web_widget_domain_editor_dialog: pre-commit auto fixes
parent
e770599c69
commit
efa453c74e
|
@ -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 <https://github.com/OCA/web/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 <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.
|
||||
|
||||
|
@ -78,25 +80,25 @@ Credits
|
|||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
-------
|
||||
|
||||
* Tecnativa
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
------------
|
||||
|
||||
* `Tecnativa <https://www.tecnativa.com>`_
|
||||
- `Tecnativa <https://www.tecnativa.com>`__
|
||||
|
||||
* David Vidal
|
||||
* Jairo Llopis
|
||||
* Carlos Roca
|
||||
- David Vidal
|
||||
- Jairo Llopis
|
||||
- Carlos Roca
|
||||
|
||||
* Darshan Patel <darshan.barcelona@gmail.com>
|
||||
* Helly kapatel <helly.kapatel@initos.com>
|
||||
* Carlos Lopez <celm1990@gmail.com>
|
||||
- Darshan Patel <darshan.barcelona@gmail.com>
|
||||
- Helly kapatel <helly.kapatel@initos.com>
|
||||
- Carlos Lopez <celm1990@gmail.com>
|
||||
|
||||
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 <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.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
|
@ -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
|
||||
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.
|
|
@ -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">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
|
@ -369,11 +368,11 @@ ul.auto-toc {
|
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! 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>Since v11 introduced the new domain editor widget it’s not possible to edit
|
||||
the selected records from the current domain.</p>
|
||||
<p>This module reintroduces that dialog to complement the current widget with the
|
||||
powerful search engine of Odoo.</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 the selected records from the current domain.</p>
|
||||
<p>This module reintroduces that dialog to complement the current widget
|
||||
with the powerful search engine of Odoo.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
@ -389,36 +388,35 @@ powerful search engine of Odoo.</p>
|
|||
</div>
|
||||
<div class="section" id="usage">
|
||||
<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
|
||||
with a user filter:</p>
|
||||
<p>In any view with a domain field widget and model, but we’ll make the
|
||||
example with a user filter:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Enter debug mode.</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>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
|
||||
either:</li>
|
||||
<li>Click on the record selection button and a list dialog opens. There
|
||||
you can either:</li>
|
||||
</ol>
|
||||
<!-- -->
|
||||
<blockquote>
|
||||
<ul class="simple">
|
||||
<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
|
||||
to add it as a new filter.</li>
|
||||
<li>Set groups that will be converted into search filters, select all the
|
||||
records and those unfolded groups will be set as filters to.</li>
|
||||
<li>Set filters that will be applied to the domain and select all the
|
||||
records to add it as a new filter.</li>
|
||||
<li>Set groups that will be converted into search filters, select all
|
||||
the records and those unfolded groups will be set as filters to.</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
<p>You can still edit the filter with Odoo’s widget after that.</p>
|
||||
<div class="figure align-center">
|
||||
<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>
|
||||
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/web/17.0/web_widget_domain_editor_dialog/static/src/img/behaviour.gif" /></p>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<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>.
|
||||
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
|
||||
<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>
|
||||
</div>
|
||||
<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
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue