一键导入
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)