Live data from Hacker News

Odoo: Open-Source ERP

github.com

11–20 of 76 posts

Re: Odoo: Open-Source ERP

#11
post #5

I don't have anything against Odoo but it's more accurately desribed as open core . ERPNext on the other hand is fairly mature and fully open source: https://frappe.io/erpnext

ERPNext has a very peculiar home-grown deployment system that is required to host it yourself. I didn't much like it when I looked into it a while back.

It’s a bit different, but if you compare it to solutions from the likes or Oracle, SAP, etc. it’s significantly less awkward to develop for.

Re: Odoo: Open-Source ERP

#17
I've built a couple of Odoo integrations for clients. For the longest time, they only offered XML-RPC as an external API. At some point they also added JSON-RPC, which is the same kind of suckage. But now they're suddenly planning to remove both in the next major version (to replace them with something different) with very little advance notice.

Their API documentation is virtually nonexistent. You have to basically reverse engineer their poorly documented models to get anything done, and those can change between releases. I suspect they deliberately under-document their changes in order to force people to pay them more money. At least I hope their official partners get access to better documentation.

Beware putting all of your eggs into this particular basket.

Re: Odoo: Open-Source ERP

#19
post #17

I've built a couple of Odoo integrations for clients. For the longest time, they only offered XML-RPC as an external API. At some point they also added JSON-RPC, which is the same kind of suckage. But now they're suddenly planning to remove both in the next major version (to replace them with something different) with very little advance notice. Their API documentation is virtually nonexistent. You have to basically…

In that sense all popular ERP vendors seems to be the same.

Re: Odoo: Open-Source ERP

#20
post #5

I don't have anything against Odoo but it's more accurately desribed as open core . ERPNext on the other hand is fairly mature and fully open source: https://frappe.io/erpnext

ERPNext has a very peculiar home-grown deployment system that is required to host it yourself. I didn't much like it when I looked into it a while back.

You could just use docker and pretend like bench didn't exist.
Post reply on HN