Replies: 2 comments 4 replies
-
Hello, Maybe you already though about that but if your app depends only on base and no other app is installed you are kind of stripped from any Odoo business logic. |
Beta Was this translation helpful? Give feedback.
-
I'd be curious to know what you see as the strengths of the Odoo ORM by itself, such that you want to use it without the rest of Odoo, especially when compared to other popular ORMs for python, such as the Django ORM, or SQLAlchemy. If you're already going to such lengths, the Django ORM in particular seems to me to be a clear upgrade over the Odoo ORM in every way. Maybe there are aspects I haven't considered, of course! |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
I started working on the isolation of the Odoo-ORM as I want to use the ORM to build a completely unrelated software on top of it. My goal is to keep only the ORM stripped from all business logic.
Does anyone want to help with this ? Maybe it should be included in the OCA organization, no idea how to submit a new repo.
Curious to hear your thoughts.
https://github.com/Rodesc/odoo-orm
Beta Was this translation helpful? Give feedback.
All reactions