From 2e5887039d96ea3caeb41bb8a360fbe6701ae251 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Wed, 13 Oct 2021 15:39:09 +0200 Subject: [PATCH] [12.0][FIX] web_widget_one2many_product_picker, typo on configuration --- web_widget_one2many_product_picker/readme/CONFIGURE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_widget_one2many_product_picker/readme/CONFIGURE.rst b/web_widget_one2many_product_picker/readme/CONFIGURE.rst index 52fac396d..50209889a 100644 --- a/web_widget_one2many_product_picker/readme/CONFIGURE.rst +++ b/web_widget_one2many_product_picker/readme/CONFIGURE.rst @@ -5,7 +5,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