diff --git a/web_widget_one2many_product_picker/README.rst b/web_widget_one2many_product_picker/README.rst index 7f7e54dfa..10fb845f2 100644 --- a/web_widget_one2many_product_picker/README.rst +++ b/web_widget_one2many_product_picker/README.rst @@ -47,7 +47,6 @@ You need to define the view fields. The view must be of ``form`` type. Widget options: ~~~~~~~~~~~~~~~ -* product_per_page > Integer -> Used to control the load more behaviour (16 by default) * groups > Array of dictionaries -> Declare the groups * name -> The group name @@ -58,6 +57,9 @@ Widget options: * name -> The field name to order * asc -> Flag to use 'asc' order + * records_per_page > Integer -> Used to control the load more behaviour (16 by default) + * active -> Boolean -> Select the default group to use ('false' by default = 'All' group) + * currency_field > Model field used to format monetary values ('currency_id' by default) * field_map > Dictionary: diff --git a/web_widget_one2many_product_picker/readme/CONFIGURE.rst b/web_widget_one2many_product_picker/readme/CONFIGURE.rst index 984006746..9d6350245 100644 --- a/web_widget_one2many_product_picker/readme/CONFIGURE.rst +++ b/web_widget_one2many_product_picker/readme/CONFIGURE.rst @@ -5,7 +5,6 @@ You need to define the view fields. The view must be of ``form`` type. Widget options: ~~~~~~~~~~~~~~~ -* product_per_page > Integer -> Used to control the load more behaviour (16 by default) * groups > Array of dictionaries -> Declare the groups * name -> The group name @@ -16,6 +15,9 @@ Widget options: * name -> The field name to order * asc -> Flag to use 'asc' order + * records_per_page > Integer -> Used to control the load more behaviour (16 by default) + * active -> Boolean -> Select the default group to use ('false' by default = 'All' group) + * currency_field > Model field used to format monetary values ('currency_id' by default) * field_map > Dictionary: diff --git a/web_widget_one2many_product_picker/static/description/index.html b/web_widget_one2many_product_picker/static/description/index.html index 84b25088e..823f5446b 100644 --- a/web_widget_one2many_product_picker/static/description/index.html +++ b/web_widget_one2many_product_picker/static/description/index.html @@ -406,8 +406,6 @@ You need to define the view fields. The view must be of

Widget options: