odoo_saas_development

Installation
SKILL.md

Odoo Online (SaaS) / Importable Modules Skill

Use this skill when developing importable (data) modules — custom Odoo modules that contain no custom Python business logic and can be deployed on managed/SaaS instances like Odoo.com.

Key Constraint

SaaS instances do not allow arbitrary Python code. Everything that would normally be a Python class, method, or field definition must instead be expressed as XML data records. JavaScript files are allowed.

Before Building: The Logic Budget

A data-only module is worth building only while the database stays simple. Logic expressed as records — server actions, automation rules, sandboxed computes and constraints, crons, ir.model / ir.model.fields records standing in for a Python class — is budgeted at 10 hours of development, unless the analysis or the prompt states another figure.

What a developer would have written identically on Odoo.sh does not count: views and QWeb, reports, SCSS, JavaScript and OWL. A rich interface on a light database is what this hosting is for.

Installs
8
First Seen
Aug 28, 2026
odoo_saas_development — odoo-ps/ps-ai-skills