Skip to main content

odoo-orm-expert

Teaches Odoo ORM patterns for efficient data operations, including search, create, and performance optimization techniques.

Install this skill

or
91/100

Security score

The odoo-orm-expert skill was audited on May 28, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 37

Access to .env file

SourceSKILL.md
37orders = self.env['sale.order'].search([
low line 66

Access to .env file

SourceSKILL.md
66partners = self.env['res.partner'].search([('country_id', '=', False)])
low line 67

Access to .env file

SourceSKILL.md
67partners.write({'country_id': self.env.ref('base.us').id})
low line 71

Access to .env file

SourceSKILL.md
71partner.country_id = self.env.ref('base.us').id
medium line 79

Access to .env file

SourceSKILL.md
79- ✅ **Do:** Use `with_context(...)` to pass context values cleanly rather than modifying `self.env.context` directly.
Scanned on May 28, 2026
View Security Dashboard
Installation guide →