- Odoo and all of its requirements:
- Python;
- PostgreSQL;
- etc. (full list on official documentation)
- A TypeScript runtime: bun, deno or ts-node.
Use the following script to install everything in one go:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jum-odoo/odoo-cli/refs/heads/master/install.sh)"Run the server on a database having the same name as the current branch (e.g. master) with default port and addon-paths:
odooOverwrite current databasee with a new one, loading default addons (i.e. crm, project and website) and all addons starting with website__, and start it right after:
odoo create -i default,website_* --startRun client unit tests from the CLI
odoo test .test_unit_desktopEdit memory log sources and generate memory graph from a list of runbot links
odoo memory --edit # Paste links on each line in the file
odoo memory # Open generated logs