Open kristian-vkd opened 8 months ago
When using env[name].keys() an exception is thrown, and the same happens when accessing One2many and Many2many fields.
In Odoo 15.3 fields_get_keys() got deprecated, and in v17.0 they removed it.
LGTM!
@florentx can you maybe merge this?
LGTM
When using env[name].keys() an exception is thrown, and the same happens when accessing One2many and Many2many fields.
In Odoo 15.3 fields_get_keys() got deprecated, and in v17.0 they removed it.