From 34a789282443f00c659ef0b063c3fcb53776760a Mon Sep 17 00:00:00 2001 From: Peter Hahn Date: Tue, 13 Sep 2016 09:36:56 +0200 Subject: [PATCH] Update documentation and roadmap. --- web_m2x_options/README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst index de0adaac..dfd73566 100644 --- a/web_m2x_options/README.rst +++ b/web_m2x_options/README.rst @@ -103,6 +103,14 @@ To add these parameters go to Configuration -> Technical -> Parameters -> System - web_m2x_options.limit: 10 - web_m2x_options.search_more: True +ir.model options +---------------- + +Now you can disable quick create globally on model base of the target model. + +``disable_quick_create`` *boolean* (Default: ``False``) + + Whether to disable quick create for this model globally. This has the same effect as if you would add ``no_create`` to all m2x fields in all fields with that target model in their relation. Example ------- @@ -125,6 +133,7 @@ Roadmap - Instead of making the tags rectangle clickable, I think it's better to put the text as a clickable link, so we will get a consistent behaviour/aspect with other clickable elements (many2one...). - In edit mode, it would be great to add an icon like the one on many2one fields to allow to open the many2many in a popup window. - Include this feature as a configurable option via parameter to have this behaviour by default in all many2many tags. +- Client side caching of 'disable_quick_create' flag query on model. Bug Tracker ===========