[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) <vfe@odoo.com>
This commit is contained in:
Leonardo Pavan Rocha 2023-04-21 08:24:36 +00:00
parent 27647fcb38
commit fe2111ccbf

View File

@ -462,6 +462,8 @@ calendar view are:
(the field to which this values is saved can be controlled through (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 ``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 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`` ``create_name_field``
name of the record's field holding the textual representation of the record, name of the record's field holding the textual representation of the record,
this is used when creating records through the 'quick create' mechanism this is used when creating records through the 'quick create' mechanism