OCA / odoorpc

Python module to pilot your Odoo servers through JSON-RPC.
http://pythonhosted.org/OdooRPC/
GNU Lesser General Public License v3.0
231 stars 123 forks source link

fix(exportable): v17 fields are sometimes non exportable #95

Open martintamare opened 6 months ago

martintamare commented 6 months ago

We are upgrading to Odoo 17 and saw a regression. Some fields are specifically marked as exportable=False in the Odoo codebase. This patch allow to check for the existence of this parameter and simply skip unnecessary fields.