mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPD] README.rst
This commit is contained in:
@@ -39,7 +39,8 @@ To use this module, you need to:
|
||||
|
||||
* Open *Filters* in a search view
|
||||
* Select any relational field
|
||||
* Select operator `is equal to` or `is not equal to`
|
||||
* Select one of operators: `is equal to`, `is not equal to`, `is child of`,
|
||||
or `is parent of`
|
||||
* The text field changes to a relational selection field where you
|
||||
can search for the record in question
|
||||
* Click *Apply*
|
||||
@@ -71,6 +72,10 @@ Improvements to the search view in this addon:
|
||||
* Use widgets ``many2many_tags`` when searching ``many2many`` fields
|
||||
* Allow to edit current full search using the advanced domain editor
|
||||
|
||||
Improvements to the `is child of`/`is parent of` operators:
|
||||
|
||||
* Show the operators only for models with `_parent_store = True`
|
||||
|
||||
Changelog
|
||||
=========
|
||||
|
||||
@@ -144,6 +149,7 @@ Contributors
|
||||
* Jose Mª Bernet <josemaria.bernet@guadaltech.es>
|
||||
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
@@ -395,7 +395,8 @@ ul.auto-toc {
|
||||
<ul class="simple">
|
||||
<li>Open <em>Filters</em> in a search view</li>
|
||||
<li>Select any relational field</li>
|
||||
<li>Select operator <cite>is equal to</cite> or <cite>is not equal to</cite></li>
|
||||
<li>Select one of operators: <cite>is equal to</cite>, <cite>is not equal to</cite>, <cite>is child of</cite>,
|
||||
or <cite>is parent of</cite></li>
|
||||
<li>The text field changes to a relational selection field where you
|
||||
can search for the record in question</li>
|
||||
<li>Click <em>Apply</em></li>
|
||||
@@ -426,6 +427,10 @@ to a journal which has a user who is member of a certain group etc.</p>
|
||||
<li>Use widgets <tt class="docutils literal">many2many_tags</tt> when searching <tt class="docutils literal">many2many</tt> fields</li>
|
||||
<li>Allow to edit current full search using the advanced domain editor</li>
|
||||
</ul>
|
||||
<p>Improvements to the <cite>is child of</cite>/<cite>is parent of</cite> operators:</p>
|
||||
<ul class="simple">
|
||||
<li>Show the operators only for models with <cite>_parent_store = True</cite></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="changelog">
|
||||
<h1><a class="toc-backref" href="#id6">Changelog</a></h1>
|
||||
@@ -495,6 +500,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
<li>Jose Mª Bernet <<a class="reference external" href="mailto:josemaria.bernet@guadaltech.es">josemaria.bernet@guadaltech.es</a>></li>
|
||||
<li>Simone Orsi <<a class="reference external" href="mailto:simone.orsi@camptocamp.com">simone.orsi@camptocamp.com</a>></li>
|
||||
<li>Dennis Sluijk <<a class="reference external" href="mailto:d.sluijk@onestein.nl">d.sluijk@onestein.nl</a>></li>
|
||||
<li>Alexey Pelykh <<a class="reference external" href="mailto:alexey.pelykh@brainbeanapps.com">alexey.pelykh@brainbeanapps.com</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
||||
Reference in New Issue
Block a user