Skip to content

Quickstart

Install

uv tool install git+https://github.com/apikcloud/oops.git@v0.15.1

(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):

oops project init

Next steps

  • Browse the per-group Commands reference to see what oops can do.
  • Configure global defaults by editing ~/.oops.yaml — see Configuration.
  • Wire oops into your repo's pre-commit chain — see Hooks.