npx skills add https://github.com/unclecatvn/agent-skills --skill odoo-19所有 Odoo 19 开发指南的主索引。请根据您的任务从 references/ 目录中阅读相应的指南。
| 主题 | 文件 | 何时使用 |
|---|---|---|
| 操作 | references/odoo-19-actions-guide.md | 创建操作、菜单、计划作业、服务器操作 |
| API 装饰器 | references/odoo-19-decorator-guide.md | 使用 @api 装饰器、计算字段、验证 |
| 控制器 | references/odoo-19-controller-guide.md | 编写 HTTP 端点、路由、Web 控制器 |
| 数据文件 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
references/odoo-19-data-guide.md |
| XML/CSV 数据文件、记录、快捷方式 |
| 开发 | references/odoo-19-development-guide.md | 创建模块、清单、报表、安全、向导 |
| 字段类型 | references/odoo-19-field-guide.md | 定义模型字段、选择字段类型 |
| 清单 | references/odoo-19-manifest-guide.md | manifest.py 配置、依赖项、钩子 |
| 迁移 | references/odoo-19-migration-guide.md | 升级模块、数据迁移、版本变更 |
| 混入类 | references/odoo-19-mixins-guide.md | mail.thread、活动、电子邮件别名、跟踪 |
| 模型方法 | references/odoo-19-model-guide.md | 编写 ORM 查询、CRUD 操作、域过滤器 |
| OWL 组件 | references/odoo-19-owl-guide.md | 构建 OWL UI 组件、钩子、服务 |
| 性能 | references/odoo-19-performance-guide.md | 优化查询、修复慢代码、防止 N+1 问题 |
| 报表 | references/odoo-19-reports-guide.md | QWeb 报表、PDF/HTML、模板、纸张格式 |
| 安全 | references/odoo-19-security-guide.md | 访问权限、记录规则、字段权限 |
| 测试 | references/odoo-19-testing-guide.md | 编写测试、模拟、断言、浏览器测试 |
| 事务 | references/odoo-19-transaction-guide.md | 处理数据库错误、保存点、唯一性违反 |
| 翻译 | references/odoo-19-translation-guide.md | 添加翻译、本地化、国际化 |
| 视图与 XML | references/odoo-19-view-guide.md | 编写 XML 视图、操作、菜单、QWeb 模板 |
skills/odoo-19.0/
├── SKILL.md # 本文件 - 主索引
└── references/ # 开发指南
├── odoo-19-actions-guide.md
├── odoo-19-controller-guide.md
├── odoo-19-data-guide.md
├── odoo-19-decorator-guide.md
├── odoo-19-development-guide.md
├── odoo-19-field-guide.md
├── odoo-19-manifest-guide.md
├── odoo-19-migration-guide.md
├── odoo-19-mixins-guide.md
├── odoo-19-model-guide.md
├── odoo-19-owl-guide.md
├── odoo-19-performance-guide.md
├── odoo-19-reports-guide.md
├── odoo-19-security-guide.md
├── odoo-19-testing-guide.md
├── odoo-19-transaction-guide.md
├── odoo-19-translation-guide.md
└── odoo-19-view-guide.md
所有指南均基于对 Odoo 19 源代码的分析:
odoo/models.py - ORM 实现odoo/fields.py - 字段类型odoo/api.py - 装饰器odoo/http.py - HTTP 层odoo/exceptions.py - 异常类型odoo/tools/translate.py - 翻译系统odoo/addons/base/models/res_lang.py - 语言模型addons/web/static/src/core/l10n/translation.js - JS 翻译每周安装数
233
代码仓库
GitHub 星标数
23
首次出现
2026年2月9日
安全审计
安装于
github-copilot222
opencode192
gemini-cli189
codex186
amp185
kimi-cli185
Master index for all Odoo 19 development guides. Read the appropriate guide from references/ based on your task.
| Topic | File | When to Use |
|---|---|---|
| Actions | references/odoo-19-actions-guide.md | Creating actions, menus, scheduled jobs, server actions |
| API Decorators | references/odoo-19-decorator-guide.md | Using @api decorators, compute fields, validation |
| Controllers | references/odoo-19-controller-guide.md | Writing HTTP endpoints, routes, web controllers |
| Data Files | references/odoo-19-data-guide.md | XML/CSV data files, records, shortcuts |
| Development | references/odoo-19-development-guide.md | Creating modules, manifest, reports, security, wizards |
| Field Types | references/odoo-19-field-guide.md | Defining model fields, choosing field types |
| Manifest | references/odoo-19-manifest-guide.md | manifest.py configuration, dependencies, hooks |
| Migration | references/odoo-19-migration-guide.md | Upgrading modules, data migration, version changes |
| Mixins | references/odoo-19-mixins-guide.md | mail.thread, activities, email aliases, tracking |
| Model Methods | references/odoo-19-model-guide.md | Writing ORM queries, CRUD operations, domain filters |
| OWL Components | references/odoo-19-owl-guide.md | Building OWL UI components, hooks, services |
| Performance | references/odoo-19-performance-guide.md | Optimizing queries, fixing slow code, preventing N+1 |
| Reports | references/odoo-19-reports-guide.md | QWeb reports, PDF/HTML, templates, paper formats |
| Security | references/odoo-19-security-guide.md | Access rights, record rules, field permissions |
| Testing | references/odoo-19-testing-guide.md | Writing tests, mocking, assertions, browser testing |
| Transactions | references/odoo-19-transaction-guide.md | Handling database errors, savepoints, UniqueViolation |
| Translation | references/odoo-19-translation-guide.md | Adding translations, localization, i18n |
| Views & XML | references/odoo-19-view-guide.md | Writing XML views, actions, menus, QWeb templates |
skills/odoo-19.0/
├── SKILL.md # This file - master index
└── references/ # Development guides
├── odoo-19-actions-guide.md
├── odoo-19-controller-guide.md
├── odoo-19-data-guide.md
├── odoo-19-decorator-guide.md
├── odoo-19-development-guide.md
├── odoo-19-field-guide.md
├── odoo-19-manifest-guide.md
├── odoo-19-migration-guide.md
├── odoo-19-mixins-guide.md
├── odoo-19-model-guide.md
├── odoo-19-owl-guide.md
├── odoo-19-performance-guide.md
├── odoo-19-reports-guide.md
├── odoo-19-security-guide.md
├── odoo-19-testing-guide.md
├── odoo-19-transaction-guide.md
├── odoo-19-translation-guide.md
└── odoo-19-view-guide.md
All guides are based on analysis of Odoo 19 source code:
odoo/models.py - ORM implementationodoo/fields.py - Field typesodoo/api.py - Decoratorsodoo/http.py - HTTP layerodoo/exceptions.py - Exception typesodoo/tools/translate.py - Translation systemodoo/addons/base/models/res_lang.py - Language modeladdons/web/static/src/core/l10n/translation.js - JS translationsWeekly Installs
233
Repository
GitHub Stars
23
First Seen
Feb 9, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
github-copilot222
opencode192
gemini-cli189
codex186
amp185
kimi-cli185
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装