Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 2.9 KB

README.md

File metadata and controls

109 lines (78 loc) · 2.9 KB

Odoo Site App

Purpose 🚀

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.

Usage Odoo WebClient 📡

  • Install odoo-webclient
  pnpm i odoo-webclient

Screen Snapshot

home

Backend Services required

  • 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.

Tech Stacks & Dependencies

Appendix

Use this skeleton

# 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

Supporter

@ixkit

LICENSE

MIT