Skip to content

jum-odoo/odoo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo-CLI

Requirements:

Setup:

Use the following script to install everything in one go:

Bash

curl -fsSL https://raw.githubusercontent.com/jum-odoo/odoo-cli/refs/heads/master/install.sh | bash

ZSH

curl -fsSL https://raw.githubusercontent.com/jum-odoo/odoo-cli/refs/heads/master/install.sh | zsh

Examples:

Run the server on a database having the same name as the current branch (e.g. master) with default port and addon-paths:

odoo

Overwrite 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_* --start

Run client unit tests from the CLI

odoo test .test_unit_desktop

Edit 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors