deploy-local

Deploy addon source to a local Odoo instance and restart its container.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/WOOWTECH/odoo-addon-woow-paas-platform --skill deploy-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-local
Source: https://github.com/WOOWTECH/odoo-addon-woow-paas-platform/tree/main/.claude/skills/deploy-local
Command: npx skills add https://github.com/WOOWTECH/odoo-addon-woow-paas-platform --skill deploy-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates deploying the addon source to a local Odoo instance and restarts the container, reducing manual setup time for development and testing.

Core Features & Use Cases

  • Copy the addon source from the project root to the local Odoo addons directory, deriving the addon name from the project root.
  • Restart the Odoo container to apply changes and ready the environment for testing.
  • Works across different project roots and supports isolated local testing scenarios.

Quick Start

Run the steps to copy src/ to the local addons directory (derived from the project root) and restart the Odoo container to begin testing.

Frequently Asked Questions about deploy-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an addon to a local Odoo instance for testing?

To deploy an addon for local testing, the source is copied from the project root to the local Odoo addons directory and the Odoo container is restarted to apply changes.

What is the best way to restart Odoo quickly after modifying addon source code?

The best way to restart Odoo quickly is by restarting the Odoo container, which applies the addon changes and readies the isolated local environment for immediate testing.

Does local Odoo deployment work with Docker Compose across different project roots?

Yes, local Odoo deployment works across different project roots by deriving the addon name automatically and copying the source to the local addons directory within the Docker environment.

How does an Odoo container restart apply changes from the local addons directory?

An Odoo container restart applies changes by loading the newly copied addon source from the local addons directory, enabling quick validation of modifications in a real Odoo environment.

Can I automate copying addon source to the local Odoo addons directory?

Yes, you can automate copying the addon source by determining the project root and transferring the src/ files directly into the local Odoo addons directory for isolated testing.