From 2c7b0a44ab5a9eba7a743f8cffd1400c3cd78f15 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 13 Oct 2021 15:11:24 +0000 Subject: [PATCH] [UPD] README.rst --- web_widget_one2many_product_picker/README.rst | 2 +- .../static/description/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_widget_one2many_product_picker/README.rst b/web_widget_one2many_product_picker/README.rst index 74d65e899..a85d535d1 100644 --- a/web_widget_one2many_product_picker/README.rst +++ b/web_widget_one2many_product_picker/README.rst @@ -47,7 +47,7 @@ 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) +* records_per_page > Integer -> Used to control the load more behaviour (16 by default) * groups > Array of dictionaries -> Declare the groups * name -> The group name diff --git a/web_widget_one2many_product_picker/static/description/index.html b/web_widget_one2many_product_picker/static/description/index.html index f3d399959..06b268975 100644 --- a/web_widget_one2many_product_picker/static/description/index.html +++ b/web_widget_one2many_product_picker/static/description/index.html @@ -406,7 +406,7 @@ You need to define the view fields. The view must be of

Widget options: