开发人员¶
- 教程
- Setup guide
- 服务器框架基础
- 探索 Web 框架
- 第1章:Owl组件
- 示例:一个
Counter
组件 - 1. 显示计数器
- 2. Extract
Counter
in a sub component - 3. A simple
Card
component - 4. Using
markup
to display html - 5. Props validation
- 6. The sum of two
Counter
- 7. A todo list
- 8. Use dynamic attributes
- 9. Adding a todo
- 理论:组件生命周期与钩子
- 10. Focusing the input
- 11. Toggling todos
- 12. Deleting todos
- 13. Generic
Card
with slots - 14. Minimizing card content
- 示例:一个
- 第2章:构建仪表板
- 1. 新布局
- 理论:服务
- 2. 添加一些快速导航按钮
- 3. Add a dashboard item
- 4. Call the server, add some statistics
- 5. Cache network calls, create a service
- 6. Display a pie chart
- 7. Real life update
- 8. Lazy loading the dashboard
- 9. Making our dashboard generic
- 10. Making our dashboard extensible
- 11. Add and remove dashboard items
- 12. Going further
- 设置
- 内容
- 第1章:Owl组件
- 掌握网页框架
- 第1章:构建一个点击游戏
- 1. Create a systray item
- 2. Count external clicks
- 3. Create a client action
- 4. Move the state to a service
- 5. Use a custom hook
- 6. Humanize the displayed value
- 7. Add a tooltip in
ClickValue
component - 8. Buy ClickBots
- 9. Refactor to a class model
- 10. Notify when a milestone is reached
- 11. Add BigBots
- 12. Add a new type of resource: power
- 13. Define some random rewards
- 14. Provide a reward when opening a form view
- 15. Add commands in command palette
- 16. Add yet another resource: trees
- 17. Use a dropdown menu for the systray item
- 18. Use a Notebook component
- 19. Persist the game state
- 20. Introduce state migration system
- 21. Add another type of trees
- 第2章:创建画廊视图
- 1. 创建一个 Hello World 视图
- 2. 使用布局组件
- 3. 解析 arch
- 4. 加载一些数据
- 5. Solve the concurrency problem
- 6. Reorganize code
- 7. Make the view extensible
- 8. Display images
- 9. Switch to form view on click
- 10. Add an optional tooltip
- 11. Add pagination
- 12. Validating views
- 13. Uploading an image
- 14. Advanced tooltip template
- 第3章:自定义看板视图
- 设置
- 内容
- 第1章:构建一个点击游戏
- 定义模块数据
- 限制数据访问
- 使用单元测试保护您的代码
- 编写可导入模块
- 使用mixin重用代码
- 生成 PDF 报告
- 学习服务器和Web框架
- 扩展你在服务器框架上的知识
- 操作指南
- 参考
- 服务器框架
- Web framework
- 用户界面
- 标准模块
- 命令行界面(CLI)
- Upgrades
- 外部 API
- 提取 API
欢迎来到 Odoo 开发者文档!无论您是经验丰富的开发者还是刚刚入门,您都可以在这里找到开发 Odoo 应用程序所需的所有技术指导和资源。探索我们丰富的教程、操作指南和参考资料,以实现您的开发目标。
Odoo 开发生态系统基于模块化和可扩展的架构构建,使您能够扩展现有应用或创建新的应用,以满足现代企业的特定需求。您可以利用 Odoo 提供的工具和框架,专注于快速启动和运行您的 Web 应用程序,而无需重新发明轮子或担心底层基础设施。
如果您是 Odoo 或 Web 应用程序开发的新手,请从 服务器框架基础 教程开始。
Tutorials
Tutorials take you by the hand through hands-on exercises to build skills and familiarity in Odoo development.
How-to guides
Recipes that provide a step-by-step guide for addressing real-world problems and use-cases.
Reference
Technical descriptions and factual information on the frameworks and APIs of Odoo.