Odoo Field Validator
The Field Validator searches the actual Odoo Community and Enterprise source code for a given version to verify whether a model, field, or module exists. Use it before writing functional specifications or planning a migration.
Who It's For
- Functional consultants writing FDD/PRDs who need to verify field availability
- Developers checking backward compatibility
- Migration planners auditing field changes across versions
Common Problems It Solves
- Verifying a field exists in Odoo Community vs Enterprise
- Checking if a model was renamed or removed between versions
- Confirming field types and parameters before writing code
- Validating module availability per edition
- Cross-referencing FDD requirements against real Odoo source
How It Works
Enter a model name (for example sale.order), a field name (for example commitment_date), or a module name, then select the Odoo version and edition. The tool searches the indexed Odoo source code and returns the field type, model location, edition availability, and version history.
Limitations
Coverage is limited to indexed Odoo versions. Custom fields added by third-party modules are not in the database. Field existence does not guarantee the field behaves the same across versions.
Validate a model or field
Look up a model, field, or module against the indexed Odoo source for your target version and edition.
Validate Odoo Fields