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 Mar 8, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 40

Access to .env file

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

Access to .env file

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

Access to .env file

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

Access to .env file

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

Access to .env file

SourceSKILL.md
82- ✅ **Do:** Use `with_context(...)` to pass context values cleanly rather than modifying `self.env.context` directly.
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
ranbot-ai/awesome-skills