StrictBase / Backend-only Odoo for partners

StrictBase

Guides.

Technical write-ups on Odoo backend engineering, agent tooling, and strict data architecture. Built from things we actually run in production.

Agent Tooling

March 2026

Giving Your AI Agent a Seat in Odoo

How to wire Claude Code, Codex, or any tool-using agent directly to your Odoo instance — with a proper safety boundary for outbound actions. Covers the odoo_agent_helper CLI and the strictbase_agent_guard module end-to-end.

Odoo 19 CE Python JSON-RPC2 Claude Code Codex

Data Architecture

February 2026

Name Fields Done Right: Firstname & Lastname for Partners and Employees

Why Odoo's single name field is a data-quality trap, and how to replace it with explicit firstname/lastname fields — correctly wired to res.partner, resource.resource, and the CRM quick-create card.

Odoo 19 CE Contacts HR CRM