Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

odoo kernel for web development

by
Mohamed Alkobrosly
- 15/09/2024 20:58:38
Hello Odoo community, I have started to make use of the best of odoo which is the magnificent ORM and OWL.

To simplify I made a special light version of odoo that runs only the base module and it's related logical associated modules.

I took this step as 4 months ago, I have created my company website: 

This website was built using Flask in the backend and OWL for the frontend.

It was very nice as I found OWL is quite simple and highly efficient as React and Vue.js.

Flask is great to run my website, but if I get a project that needs connection to the database then I have to use opensource ORM library and connect it with Flask, or I can directily use Django.

I am satisfied with Django and comfortable with Flask, but I like too much to make use of odoo ORM.

That is how I got the idea, and I hope I find it helpful in the future.

I also hope that you find my email useful.

Here is the repository for Odoo Kernel:

Thanks all