Quickstart¶
Install¶
(The v0.15.1 placeholder is replaced with the installed version at build time — see Home.)
Initialise an existing project¶
You have just cloned an Odoo multi-repository project locally. Set up the working tree (sync submodules, materialize symlinks, generate the addon table):
Next steps¶
- Browse the per-group Commands reference to see what
oopscan do. - Configure global defaults by editing
~/.oops.yaml— see Configuration. - Wire
oopsinto your repo's pre-commit chain — see Hooks.