/ For Odoo partners
Backend-only Odoo
subcontracting for partners.
Fixed-price. Scope-first. Inspect the code yourself. — Onno, Founder / StrictBase
Proof
Work samples.
Real problems. Correct fixes at the right abstraction level.
Odoo CE treats a person's name as a single field.
Integrations break: CRM sync, exports, search, sort, B2B contact hygiene.
Any downstream system that expects structured name fields silently receives garbage. Difficult to find and expensive to remediate at scale.
Split fields with consistent composite behavior in create / write / onchange. Documented assumptions.
Currency formatting violates expected conventions in some locales.
US customers notice immediately. Invoices look unprofessional.
Trust erosion with high-value clients. Patching individual reports creates drift and regression surface.
Patch the primitive formatting behavior. All consumers inherit correctness system-wide.
→ strictbase_currency_fixSwitching a task's billing wallet silently reassigns all historical timesheet entries.
Prepaid wallet balances become incorrect. Invoicing breaks.
Already-delivered hours appear under the wrong budget. Financial integrity of the prepaid model is silently broken with no error raised.
Override write() to lock historical entries before the change propagates, using Odoo's own immutability flag.
Boundaries
What we refuse.
Strict scope boundaries are how we protect your timeline and ours.
- OWL / JS-heavy frontend work
- Point-of-sale customization
- Website themes or e-commerce skins
- Open-ended retainer engagements
- Work without a written scope document
Open source
11 published modules. Odoo 19.0 CE. LGPL-3.0.
Built for internal use. Published so you can inspect how we think.
About
Onno Schuit
25+ years building enterprise backend systems for organizations including Shell, Ricoh, KLM Airlines, and the Dutch Open University. StrictBase operates as a backend-only subcontractor from the Netherlands.
Contact
Have a stuck backend ticket?
Reply to the email, or send a scope document to hello@strictbase.com. Include the problem, constraints, and what you have already tried.