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
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
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.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Daaaamn. I'm out. Thank you for this
Hahaha... This is pretty much spot on about the whole back end
Welp, defo good insights you're sharing - thanks 👍