From ad21e95e8b6225979b494d370a5a361804cdcb9b Mon Sep 17 00:00:00 2001 From: "John Kirkwood (kij)" Date: Fri, 4 Feb 2022 18:24:45 +0000 Subject: [PATCH] [IMP] developer: clarify options for many2one widget Only `no_create` is required to hide both the 'Create "xxx"' and the 'Create and Edit...' dropdown menu options. closes odoo/documentation#2015 X-original-commit: 599a137ffcfb4627a9edbd2d3d8212f5bc326ec4 Signed-off-by: Antoine Vandevenne (anv) --- .../developer/reference/frontend/javascript_reference.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/developer/reference/frontend/javascript_reference.rst b/content/developer/reference/frontend/javascript_reference.rst index 6ebb0d818..18d310e8f 100644 --- a/content/developer/reference/frontend/javascript_reference.rst +++ b/content/developer/reference/frontend/javascript_reference.rst @@ -1907,10 +1907,12 @@ many2one (FieldMany2One) Options: - - no_create: prevent the creation of related records - quick_create: allow the quick creation of related records (default: true) - - no_quick_create: prevent the quick creation of related records (don't ask me) - - no_create_edit: same as no_create, maybe... + - no_create: prevent the creation of related records - hide both the 'Create "xxx"' + and "Create and Edit..." dropdown menu items (default: false) + - no_quick_create: prevent the quick creation of related records - hide the 'Create "xxx"' + dropdown menu item (default: false) + - no_create_edit: hide the "Create and Edit..." dropdown menu item (default: false) - create_name_field: when creating a related record, if this option is set, the value of the *create_name_field* will be filled with the value of the input (default: *name*) - always_reload: boolean, default to false. If true, the widget will always do an additional name_get to fetch its name value. This is used for the