base_optional_quick_create
This module allows disabling quick creation of records through many2one fields for specific models in Odoo.
Key Features
- ir.model: Adds an option to avoid quick create for specific models.
- ir.model: Prevents quick creation by patching the name_create method when enabled.
- ir.model: Provides a UI field in the model form to configure the avoid_quick_create setting.