base_m2m_custom_field
This module provides a customizable Many2many field that allows controlling the creation of the relational table.
Key Features
- technical: Introduces Many2manyCustom field with a create_table parameter.
- technical: Allows setting create_table=False to prevent automatic relational table creation.
- technical: Enables defining custom relational models for direct access and editing in tree views.