this post was submitted on 20 Feb 2024
1 points (100.0% liked)

Open Source

31262 readers
229 users here now

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

Useful Links

Rules

Related Communities

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

founded 5 years ago
MODERATORS
 

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 comment's thread
view the rest of the comments
[–] [email protected] 0 points 9 months ago (3 children)

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.

[–] [email protected] 1 points 9 months ago

Daaaamn. I'm out. Thank you for this

[–] [email protected] 1 points 9 months ago

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

[–] [email protected] 0 points 9 months ago

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