web_m2x_options_manager
Provides an interface to manage the 'Create' and 'Create and Edit' options for Many2one and Many2many fields directly from the model configuration.
Key Features
- ir.model: Adds a 'Create/Edit Options' tab to the form view.
- ir.model: Displays options for the model's own Many2one and Many2many fields.
- ir.model: Displays options for fields in other models that reference this model as comodel.
- ir.model: Provides 'Fill' buttons to add all missing field options with default values.
- ir.model: Provides 'Empty' buttons to remove all options for the respective sections.
- m2x.create.edit.option: Allows configuring create and create_edit options for each field with modes like add, remove, force add, force remove.
- ir.ui.view: Applies the configured options to field nodes in views during postprocessing.
- ir.model.fields: Identifies Many2one and Many2many fields as eligible for options and computes comodel relationships.