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: Do not create a fake 'name' field on proxy models #52

Closed sebalix closed 4 years ago

sebalix commented 4 years ago

This was required for old Odoo/OpenERP, but starting with Odoo 8.0 the standard display_name field is here to handles that case (and is created by OdooRPC like any other field).

Fix #51

sebalix commented 4 years ago

@moylop260 not at all. The CI is failing since a long time on v12 when the account chart is loaded while installing 'sale' module in tests... still did not figure out why it happens. Not sure it's related to OdooRPC as it's working well for other releases. BTW I should enable/add the v13 support soon to see if it's an issue.

bizzappdev commented 3 years ago

not sure why, but latest pip it has OdooRPC 0.7.0 version. which do not have the current code. seems like something is not released properly in it was automated release.

joshkreud commented 3 years ago

Any idea when this can be pushed to pypi? It's a real hassle to deal with git dependencies in python.

pedrobaeza commented 3 years ago

You can use git from pip

sebalix commented 3 years ago

@joshkreud I pushed a new release 0.8.0 on PyPI: https://pypi.org/project/OdooRPC/0.8.0/