Odoo Site App demo how to use Odoo WebClient 📡 from frontend application, through the Odoo WebClien 📡, seamless reuse the powerful capability of Odoo framework from outside SPA(Single-Page App) or PWA(Progressive Web App), invoke ORM service handily, maximize the value of the services that implemeted by Python🐍 code.
- Install odoo-webclient
pnpm i odoo-webclient
-
Key steps
-
Setup ClientManager initOdooWebClient
-
Login loginWithOdooWebClient
-
Invoke orm service call Python method fetch the apps moudles data fetchApps
More detail usage find from Odoo WebClient 📡
-
- Odoo-Site 🏪
Odoo Site expose the Odoo WebClient to Frontend Apps smoothly,seamless reuse the powerful capability of Odoo framework from outside Client Apps . - Odoo
The Odoo framework To Grow Your Business.
# clone source code
git clone https://github.com/ixkit/odoo-site-app.git
# install dependencies
cd odoo-site-app
pnpm install
# force update dependence
pnpm run clean:cache
# run with dev mode, should configure the setting VITE_PROXY in file ".env.development",
# set the right address of odoo instance
pnpm dev
# biuld
pnpm build