mirror of https://github.com/OCA/web.git
commit
da80e7f17a
|
@ -57,6 +57,9 @@ advanced search in the selection search window. You can do
|
||||||
this indefinetely, so it is possible to search for moves belonging
|
this indefinetely, so it is possible to search for moves belonging
|
||||||
to a journal which has a user who is member of a certain group etc.
|
to a journal which has a user who is member of a certain group etc.
|
||||||
|
|
||||||
|
Note also the domain dialog offers an editable preview in debug mode:
|
||||||
|
.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_advanced_search/static/img/debug_mode.png
|
||||||
|
|
||||||
Known issues / Roadmap
|
Known issues / Roadmap
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
|
@ -19,3 +19,6 @@ Note that you can stack searching for properties: Simply add another
|
||||||
advanced search in the selection search window. You can do
|
advanced search in the selection search window. You can do
|
||||||
this indefinetely, so it is possible to search for moves belonging
|
this indefinetely, so it is possible to search for moves belonging
|
||||||
to a journal which has a user who is member of a certain group etc.
|
to a journal which has a user who is member of a certain group etc.
|
||||||
|
|
||||||
|
Note also the domain dialog offers an editable preview in debug mode:
|
||||||
|
.. image:: ../static/img/debug_mode.png
|
||||||
|
|
|
@ -412,6 +412,11 @@ with a credit limit higher than X):</p>
|
||||||
advanced search in the selection search window. You can do
|
advanced search in the selection search window. You can do
|
||||||
this indefinetely, so it is possible to search for moves belonging
|
this indefinetely, so it is possible to search for moves belonging
|
||||||
to a journal which has a user who is member of a certain group etc.</p>
|
to a journal which has a user who is member of a certain group etc.</p>
|
||||||
|
<dl class="docutils">
|
||||||
|
<dt>Note also the domain dialog offers an editable preview in debug mode:</dt>
|
||||||
|
<dd><img alt="https://raw.githubusercontent.com/OCA/web/13.0/web_advanced_search/static/img/debug_mode.png" class="first last" src="https://raw.githubusercontent.com/OCA/web/13.0/web_advanced_search/static/img/debug_mode.png" />
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="known-issues-roadmap">
|
<div class="section" id="known-issues-roadmap">
|
||||||
<h1><a class="toc-backref" href="#id5">Known issues / Roadmap</a></h1>
|
<h1><a class="toc-backref" href="#id5">Known issues / Roadmap</a></h1>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -97,7 +97,7 @@ odoo.define("web_advanced_search", function(require) {
|
||||||
this._modelName,
|
this._modelName,
|
||||||
"[]",
|
"[]",
|
||||||
{
|
{
|
||||||
debugMode: config.debug,
|
debugMode: config.isDebug(),
|
||||||
readonly: false,
|
readonly: false,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue