Skip to content

Conversation

@Ricardoalso
Copy link

Allow field-level overrides for Many2One and Many2Many fields, while always respecting security permissions. This provides more granular control over the "Create..." and "Create and Edit..." dropdown entries without compromising access control.

The web_m2x_options module provides global ir.config_parameter options to control "Create..." and "Create and Edit..." entries for all widgets in the Odoo instance:

  • web_m2x_options.create - Controls "Create..." entry globally
  • web_m2x_options.create_edit - Controls "Create and Edit..." entry globally

Previously, there was no way to selectively enable these options for specific fields when globally disabled, or to disable them for specific fields when globally enabled.


Functionally tested coupled with https://github.com/OCA/web/tree/18.0/web_m2x_options_manager

…ate` and `create_edit` options

Allow field-level overrides for Many2One and Many2Many fields, while always respecting security permissions. This provides more granular control over the "Create..." and "Create and Edit..." dropdown entries without compromising access control.
@leemannd
Copy link

leemannd commented Jan 5, 2026

@SilvioC2C you may be interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants