A boilerplate for Odoo application
Report Bug
-
Request Feature
Clone the repo:
git clone --depth 1 --branch main https://github.com/jdebetaz/odoo-boilerplate.git your-project-name
cd your-project-name
Start the app without demo
data:
make dev
Database initialization on first launch and terminate the command at the end with Ctrl+c
make setup