https://www.odoo.com/

Just got this recommended to me by a friend, seems like a really great platform for smaller businesses. Has anyone heard of them before, or tried them out?

You are viewing a single thread.
View all comments
14 points

I’ve been developing on odoo for a couple of years for a project at work. The docs are horrible, especially for anything on the JS side of the house. Making relatively minor UI changes that are trivial with other frameworks become days long exercises in frustration. I can’t tell you how many unintelligible YouTube videos from Indian programming shops I had to watch just to do a simple task like add a modal dialogue.

I get the feeling they started the project in 2004 and decided to build a web app. While the rest of the Python and JS ecosystem matured in other directions, odoo just kept doing whatever the fuck they wanted. The whole thing is a nightmare of esoteric XML dialects that are somehow mapped by the engine into a database transaction when the thing boots up.

When I work on it, I tell my wife I am doing the “odoo doodoo”.

permalink
report
reply
12 points

Venting again. The thing that pisses me off the most is how odoo refuses to adopt common practice and instead implements their own stuff:

  • Need an ORM? Well don’t expect odoo to use a battle tested and widely used library. Odoo implements its own, but good luck figuring out how to optimize a query.

  • Want a framework like React? Nope, we’ve got Owl — but only sometimes.

  • Want templates? Odoo uses its own XML dialect. That’s not really documented. Oh and XML is also the configuration language. Oh and about 40% of your codebase will be xml files with magic strings that at runtime magically call a python function. Because fuck you.

permalink
report
parent
reply
7 points

Oh and about 40% of your codebase will be xml files with magic strings that at runtime magically call a python function. Because fuck you.

Hahaha… This is pretty much spot on about the whole back end

permalink
report
parent
reply
5 points

Daaaamn. I’m out. Thank you for this

permalink
report
parent
reply
4 points

Welp, defo good insights you’re sharing - thanks 👍

permalink
report
parent
reply
1 point

I hate that kind of not-invented-here syndrome. The project I am helping develop is partly open source and has its own server-side framework, its own ORM and its own typescript based framework. Community-wise we are dead in the water, because nobody wants to adopt to the own frameworks.

Incidentially, I used OpenERP5, which is an early predecessor of Odoo. I hated the interface with every fiber of my being. Due to some custom development, we were not able to upgrade to more modern versions.

permalink
report
parent
reply

Open Source

!opensource@lemmy.ml

Create post

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

  • Posts must be relevant to the open source ideology
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

Community stats

  • 5.6K

    Monthly active users

  • 1.6K

    Posts

  • 27K

    Comments