[UPD] README.rst

This commit is contained in:
OCA-git-bot
2020-03-23 10:23:02 +00:00
parent b81e46eff9
commit 9512242666
2 changed files with 14 additions and 2 deletions

View File

@@ -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
~~~~~~~~~~~

View File

@@ -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 &lt;<a class="reference external" href="mailto:josemaria.bernet&#64;guadaltech.es">josemaria.bernet&#64;guadaltech.es</a>&gt;</li>
<li>Simone Orsi &lt;<a class="reference external" href="mailto:simone.orsi&#64;camptocamp.com">simone.orsi&#64;camptocamp.com</a>&gt;</li>
<li>Dennis Sluijk &lt;<a class="reference external" href="mailto:d.sluijk&#64;onestein.nl">d.sluijk&#64;onestein.nl</a>&gt;</li>
<li>Alexey Pelykh &lt;<a class="reference external" href="mailto:alexey.pelykh&#64;brainbeanapps.com">alexey.pelykh&#64;brainbeanapps.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">