tinyerp / odooly

Python library and CLI to interact with Odoo and OpenERP.
https://odooly.rtfd.io/
Other
60 stars 33 forks source link

[FIX] fields_get_keys not supported from Odoo v17.0 #19

Open kristian-vkd opened 8 months ago

kristian-vkd commented 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.

jappi00 commented 7 months ago

LGTM!

jappi00 commented 7 months ago

@florentx can you maybe merge this?

augusto-weiss commented 2 weeks ago

LGTM