Implementation and setup
Odoo ERP and CRM set up around your processes, not the other way
round: sales, stock, invoices, the website. I start from what has
to happen every day and stop when it happens.
A first implementation for a team of ten takes weeks, not quarters.
The scope is written down before the work starts, and what is
outside it is named out loud rather than discovered later.
Custom development and complex workflows
The part most integrators walk away from: a workflow that does not
exist in the box, an integration with a system nobody has an adapter
for, a module that has to survive the next version upgrade.
I write Odoo modules rather than click them together - code that is
still readable a year later, with migrations and tests where they
earn their place.
Rescue of a stalled project
A migration quoted at six months and stuck at month nine. A system
that slows down as the data grows. A contractor who left and took
the knowledge with them.
I start by measuring - slow queries, heavy front end, the database -
and then say what is worth fixing and what is worth rewriting, with
the numbers before and after.