attribute_set
This module enables the creation of custom attributes for any Odoo model, allowing dynamic addition of fields without requiring code modifications.
Key Features
- attributes: Supports various attribute types including char, text, select, multiselect, boolean, integer, date, datetime, binary, and float
- attributes: Provides native attribute support for linking to existing model fields
- attributes: Enables custom attributes that create new database fields or use serialization for performance
- attributes: Allows defining options for select and multiselect attributes, either custom or linked to existing Odoo objects
- attribute.set: Organizes attributes into sets specific to model categories
- attribute.group: Groups attributes within sets for better organization in views
- attribute.option: Manages predefined options for select and multiselect attributes
- attribute.set.owner.mixin: Provides mixin for models to integrate attribute sets into their forms
- attributes: Includes serialization feature to store multiple attributes in a single JSON field for improved performance
- attributes: Offers a wizard for loading attribute options from related models
- attributes: Supports domains and contexts for relational attributes
- attributes: Provides technical menu for managing attributes, sets, and groups