Good day,
We make use of the external API and we're struggling to update our code to work between Odoo 15 and Odoo 16.
We're making use of the documentation here.
Here is my code:
https://github.com/bcity-rburger/odoo-playground/blob/main/odoo-16-api-tests.py
So this code works flawlessly in Odoo 15, returning all fields of the record, with their values, however when running the same code against the same db, but upgraded to Odoo 16, we get a traceback error (see pastebin link here) - I also did a similar test with a clean Odoo 16 db, and get the same results.
What are the adjustments needed to return all values of all fields of a specific record in Odoo 16?
Any help would be highly appreciated.
Regards,
Rayno