[IMP] web_m2x_options: Added limit for o2m field entries

Added the system parameter "web_m2x_options.field_limit_entries" to set the limit of entries that can be displayed.
This commit is contained in:
Carlos Roca
2020-11-09 12:00:09 +01:00
committed by nguyenhk
parent 7fb6885241
commit e7e795ccdd
4 changed files with 23 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class IrConfigParameter(models.Model):
"web_m2x_options.limit",
"web_m2x_options.search_more",
"web_m2x_options.m2o_dialog",
"web_m2x_options.field_limit_entries",
]
return {
res["key"]: res["value"]