원클릭으로
odoo-router
A router skill that identifies and recommends the most appropriate Odoo skill for a given user request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A router skill that identifies and recommends the most appropriate Odoo skill for a given user request.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create HTTP endpoints for Websites and APIs.
Comprehensive guide to Odoo fields, including basic, relational, computed, and robust technical features (indexing, company_dependent, properties).
Master the Odoo ORM for data manipulation, environment management, and CRUD operations.
Configure Access Control Lists (ACLs) using CSV files.
Write automated tests using TransactionCase and Form emulators to ensure code quality.
Define List, Form, and Search views in XML.
| name | Odoo Router |
| description | A router skill that identifies and recommends the most appropriate Odoo skill for a given user request. |
This skill acts as a router to help the Agent identify the best specialized Odoo skill to apply for a user's request.
SKILL.md of the target skill to proceed with the specific implementation.| User Intent / Keyword | Target Skill | Path |
|---|---|---|
| New Module/App | ||
| Create new module, scaffold, manifest, structure | odoo_new_application | /home/ubuntu/.agent/skills/odoo_new_application |
| Data Models & Fields | ||
| Add simple fields (char, int, bool, date) | odoo_fields | /home/ubuntu/.agent/skills/odoo_fields |
| Add relational fields (Many2one, One2many, Many2many) | odoo_model_relations | /home/ubuntu/.agent/skills/odoo_model_relations |
| Computed fields, default values | odoo_fields | /home/ubuntu/.agent/skills/odoo_fields |
| SQL Constraints, Python Constraints | odoo_constraints | /home/ubuntu/.agent/skills/odoo_constraints |
Inheritance, _inherit, extending models | odoo_inheritance | /home/ubuntu/.agent/skills/odoo_inheritance |
| Views & UI | ||
| List (tree), Form, Search views | odoo_views_basic | /home/ubuntu/.agent/skills/odoo_views_basic |
| Kanban views, QWeb templates | odoo_qweb_kanban | /home/ubuntu/.agent/skills/odoo_qweb_kanban |
| Buttons, Server Actions | odoo_actions_buttons | /home/ubuntu/.agent/skills/odoo_actions_buttons |
| Menus, Window Actions | odoo_ui_navigation | /home/ubuntu/.agent/skills/odoo_ui_navigation |
| Smart buttons, stat buttons, widgets | odoo_ui_improvements | /home/ubuntu/.agent/skills/odoo_ui_improvements |
| Inherit/Modify existing views | odoo_inheritance | /home/ubuntu/.agent/skills/odoo_inheritance |
| Logic & API | ||
| ORM methods (create, write, search, unlink) | odoo_orm_api | /home/ubuntu/.agent/skills/odoo_orm_api |
| HTTP Controllers, Routes, JSON/Validation | odoo_controllers | /home/ubuntu/.agent/skills/odoo_controllers |
| Cross-module interaction | odoo_module_interaction | /home/ubuntu/.agent/skills/odoo_module_interaction |
| Security | ||
| ACLs (ir.model.access.csv), Record Rules | odoo_security_introduction | /home/ubuntu/.agent/skills/odoo_security_introduction |
| Quality Assurance | ||
| Unit tests, TransactionCase, Form tests | odoo_testing_core | /home/ubuntu/.agent/skills/odoo_testing_core |
| Coding standards, linting, best practices | odoo_best_practices | /home/ubuntu/.agent/skills/odoo_best_practices |
| General Architecture | ||
| Architecture overview, layers | odoo_architecture | /home/ubuntu/.agent/skills/odoo_architecture |
odoo_fieldsodoo_qweb_kanbanodoo_security_introduction (and maybe odoo_orm_api for check_access_rights)