How to Properly Iterate and Access Records in Odoo 17 Kanban View Using container_ids.value and container_ids.raw_value?
I’m working on customizing a Kanban view in Odoo 17 where I need to iterate over a one2many field (container_ids) and display specific fields (like name and state) for each related record.