base_sparse_field_list_support
This module extends Odoo's Serialized field to support storing lists in addition to dictionaries.
Key Features
- Serialized fields: Enables storage of lists in Serialized fields by updating the convert_to_cache method to handle both dict and list types.