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