Model nc.event.status has only one field: name. I don't see any valid reason to have nc.event.status as a dedicated model for tracking the event status.
Proposal:
remove nc.event.status model an the 3 values defined in nc_event_status_data.xml
in calendar.event replace field nc_status_id of type Many2one with a field of type Selection, eg.:
Model
nc.event.status
has only one field:name
. I don't see any valid reason to havenc.event.status
as a dedicated model for tracking the event status.Proposal:
nc.event.status
model an the 3 values defined innc_event_status_data.xml
calendar.event
replace fieldnc_status_id
of type Many2one with a field of type Selection, eg.: