base_view_inheritance_extension
This module extends Odoo's view inheritance system by providing custom operators to modify view attributes in a more flexible and powerful way.
Key Features
- ir.ui.view: Enables updating dictionary attributes, such as context, by merging new key-value pairs using the 'update' operation.
- ir.ui.view: Supports adding text before or after existing attribute values using the 'text_add' operation.
- ir.ui.view: Allows adding domains with AND/OR join operators for conditional modifications using the 'domain_add' operation.