Odoo Development Cookbook : Build effective business applications using the latest features in Odoo 17, 5/e (Paperback)
暫譯: Odoo 開發食譜:使用 Odoo 17 的最新功能構建高效商業應用程式,第 5 版(平裝本)

Daudi, Husen, Vora, Jay, Gajjar, Parth

  • 出版商: Packt Publishing
  • 出版日期: 2024-05-31
  • 售價: $2,030
  • 貴賓價: 9.5$1,929
  • 語言: 英文
  • 頁數: 774
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1805124277
  • ISBN-13: 9781805124276
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

Take your Odoo development skills to the next level by following real-world examples to solve complex business problems

Key Features

  • Create web client components using the latest features in the Odoo Web Library (OWL)
  • Discover new widgets for display screens, fields, and attributes in Odoo 17
  • Handle website and web client development with JavaScript snippets and QWeb templates
  • Purchase of the print or Kindle book includes a free PDF eBook

Book Description

In its latest version, the powerful Odoo framework uncovers a wide variety of features for rapid application development. This updated Odoo development cookbook will help you explore the new features in Odoo 17 and learn how to use them to develop applications from scratch.

You'll learn about website development concepts and get to grips with the Odoo Web Library (OWL). Next, you'll create a new Odoo module from the ground up and progress to advanced framework concepts. The book also shows you how to modify existing applications, including Point of Sale (POS) applications. Going beyond backend development, you'll discover advanced JavaScript recipes for creating new views and widgets. As you progress, you'll understand website development and be on your way to becoming a proficient Odoo developer by studying performance optimization, debugging, and automated testing.

By the end of this book, you'll have the knowledge you need to build impressive applications and be well-versed in Odoo development best practices.

What you will learn

  • Build intuitive websites with Odoo CMS using dynamic building blocks
  • Get to grips with advanced concepts such as caching, prefetching, and debugging
  • Modify backend JavaScript components and POS applications with the updated OWL framework
  • Connect and access any object in Odoo via Remote Procedure Calls (RPCs)
  • Manage, deploy, and test an Odoo instance with Odoo.sh
  • Configure IoT Box to add and upgrade Point of Sale (POS) hardware
  • Find out how to implement in-app purchase services

Who this book is for

This book is for developers who are new to the Odoo framework and want to develop effective business applications. Experienced Odoo developers looking to revisit specific topics or discover new features in Odoo 17 may also benefit from this book. Basic knowledge of Python programming and JavaScript programming is necessary to get the most out of this book.

Table of Contents

  1. Installing the Odoo Development Environment
  2. Managing Odoo Server Instances
  3. Creating Odoo Add-On Modules
  4. Application Models
  5. Basic Server-Side Development
  6. Managing Module Data
  7. Debugging Modules
  8. Advanced Server-Side Development Techniques
  9. Backend Views
  10. Security Access
  11. Internationalization
  12. Automation, Workflows, Emails, and Printing
  13. Web Server Development
  14. CMS Website Development
  15. Web Client Development
  16. The Odoo Web Library (OWL)
  17. In-App Purchasing with Odoo
  18. Automated Test Cases
  19. Managing, Deploying, and Testing with Odoo.sh
  20. Remote Procedure Calls In Odoo
  21. Performance Optimization
  22. Point of Sale
  23. Managing Emails in Odoo
  24. Managing the IoT Box
  25. Web Studio

商品描述(中文翻譯)

透過實際案例提升您的 Odoo 開發技能,以解決複雜的商業問題

主要特點


  • 使用 Odoo Web Library (OWL) 中的最新功能創建網頁客戶端組件

  • 探索 Odoo 17 中顯示螢幕、欄位和屬性的新小工具

  • 使用 JavaScript 片段和 QWeb 模板處理網站和網頁客戶端開發

  • 購買印刷版或 Kindle 書籍可獲得免費 PDF 電子書

書籍描述

在最新版本中,強大的 Odoo 框架揭示了多種快速應用程式開發的功能。這本更新的 Odoo 開發食譜將幫助您探索 Odoo 17 中的新功能,並學習如何從零開始開發應用程式。

您將學習網站開發概念,並熟悉 Odoo Web Library (OWL)。接下來,您將從頭開始創建一個新的 Odoo 模組,並進一步了解進階框架概念。本書還將向您展示如何修改現有應用程式,包括銷售點 (POS) 應用程式。除了後端開發,您還將發現創建新視圖和小工具的進階 JavaScript 配方。隨著學習的深入,您將理解網站開發,並通過學習性能優化、除錯和自動化測試,朝著成為熟練的 Odoo 開發者邁進。

在本書結束時,您將擁有構建令人印象深刻的應用程式所需的知識,並熟悉 Odoo 開發的最佳實踐。

您將學到什麼


  • 使用 Odoo CMS 和動態構建模塊構建直觀的網站

  • 掌握緩存、預取和除錯等進階概念

  • 使用更新的 OWL 框架修改後端 JavaScript 組件和 POS 應用程式

  • 通過遠程過程調用 (RPC) 連接和訪問 Odoo 中的任何對象

  • 使用 Odoo.sh 管理、部署和測試 Odoo 實例

  • 配置 IoT Box 以添加和升級銷售點 (POS) 硬體

  • 了解如何實現應用內購買服務

本書適合誰

本書適合對 Odoo 框架不熟悉的開發者,並希望開發有效的商業應用程式。經驗豐富的 Odoo 開發者如果想重新學習特定主題或發現 Odoo 17 中的新功能,也可以從本書中受益。為了充分利用本書,需具備基本的 Python 和 JavaScript 編程知識。

目錄


  1. 安裝 Odoo 開發環境

  2. 管理 Odoo 伺服器實例

  3. 創建 Odoo 附加模組

  4. 應用程式模型

  5. 基本伺服器端開發

  6. 管理模組數據

  7. 除錯模組

  8. 進階伺服器端開發技術

  9. 後端視圖

  10. 安全存取

  11. 國際化

  12. 自動化、工作流程、電子郵件和列印

  13. 網頁伺服器開發

  14. CMS 網站開發

  15. 網頁客戶端開發

  16. Odoo Web Library (OWL)

  17. Odoo 的應用內購買

  18. 自動化測試案例

  19. 使用 Odoo.sh 管理、部署和測試

  20. Odoo 中的遠程過程調用

  21. 性能優化

  22. 銷售點

  23. 在 Odoo 中管理電子郵件

  24. 管理 IoT Box

  25. 網頁工作室