From 58e264bdd32d2d2208ab7d6d1169d1f345fd0c07 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 6 Jul 2020 09:49:00 +0000 Subject: [PATCH] [UPD] README.rst --- web_view_searchpanel/README.rst | 8 ++++---- web_view_searchpanel/static/description/index.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web_view_searchpanel/README.rst b/web_view_searchpanel/README.rst index bce549d8b..cbf701137 100644 --- a/web_view_searchpanel/README.rst +++ b/web_view_searchpanel/README.rst @@ -62,10 +62,10 @@ of the search panel. Consider .. code-block:: xml - - - - + + + + In the above example, the range of values for manager_id (manager names) available at screen will depend on the value currently selected for the field ``department_id``. diff --git a/web_view_searchpanel/static/description/index.html b/web_view_searchpanel/static/description/index.html index cc7f5b43e..71a403073 100644 --- a/web_view_searchpanel/static/description/index.html +++ b/web_view_searchpanel/static/description/index.html @@ -410,8 +410,8 @@ and the following attributes:

of the search panel. Consider

 <searchpanel>
-  <field name="department_id"/>
-  <field name="manager_id" select="multi" domain="[('department_id', '=', department_id)]"/>
+    <field name="department_id"/>
+    <field name="manager_id" select="multi" domain="[('department_id', '=', department_id)]"/>
 </searchpanel>
 

In the above example, the range of values for manager_id (manager names) available at screen