odoo-plugins
Odoo module upgrades, testing, security audits, and deployment
All Skills in This Repository (7)
Pure Emerald Level Indicatorsodoo-service
Automate Odoo server lifecycle across local virtual environments and Docker deployments.
odoo-i18n
Extract and validate Odoo translations across Python, XML, and JS.
odoo-security
Audit Odoo modules for access controls, sudo usage, and HTTP route security.
odoo-upgrade
Automate Odoo module upgrades across versions 14โ19 with validation and testing.
odoo-report
Automate Odoo email template and QWeb report migration across versions 14-19.
odoo-test
Generate, run, and analyze Odoo tests across versions 14-19.
odoo-frontend
Scaffold Odoo 14-19 website themes with Bootstrap 4/5 and Owl v1/v2.
Frequently Asked Questions
FAQPage SchemaHow to install odoo-plugins?โผ
Run `npx skills add ahmed-lakosha/odoo-plugins --all -g -y` in your terminal to install all seven Odoo plugins globally.
How to upgrade an Odoo module to version 19?โผ
The odoo-upgrade skill scans your module, converts tree views to list views, updates attrs to inline expressions, and applies 150+ migration patterns automatically.
How to audit Odoo module security?โผ
The odoo-security skill checks access rules, route authentication, sudo() usage, and SQL injection risks, then produces a severity-graded report with a 0-100 risk score.
Which Odoo versions are supported?โผ
All seven plugins support Odoo versions 14 through 19, including the breaking frontend and view changes introduced in Odoo 18 and 19.
Can I deploy Odoo with Docker using these plugins?โผ
Yes. The odoo-docker and odoo-service skills generate Dockerfiles, docker-compose files, nginx configs, and database backup scripts for production deployment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core