From fe2111ccbf463216afe3f398d25b7cb53d8cf173 Mon Sep 17 00:00:00 2001 From: Leonardo Pavan Rocha Date: Fri, 21 Apr 2023 08:24:36 +0000 Subject: [PATCH] [IMP] web: add quick_create_form_view_id attribute In https://github.com/odoo/odoo/pull/114827, a new attribute was added in calendar views to allow passing the id of a form view that is used internally in the calendar module to show a different form view when quick_creating an event. task-3129030 closes odoo/documentation#4221 Signed-off-by: Victor Feyens (vfe) --- content/developer/reference/backend/views.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index 4c12ad975..fd770164a 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -462,6 +462,8 @@ calendar view are: (the field to which this values is saved can be controlled through ``rec_name``) and tries to create a new event with just that and the clicked event time. Falls back to a full form dialog if the quick creation fails +``quick_create_form_view_id`` + view to open when the user tries to quick create a record. ``create_name_field`` name of the record's field holding the textual representation of the record, this is used when creating records through the 'quick create' mechanism