Odoo 12 Development Essentials: Fast-track your Odoo development skills to build powerful business applications, 4th Edition
Daniel Reis
- 出版商: Packt Publishing
- 出版日期: 2018-12-28
- 定價: $1,498
- 售價: 6.0 折 $899
- 語言: 英文
- 頁數: 404
- 裝訂: Paperback
- ISBN: 1789532477
- ISBN-13: 9781789532470
-
相關分類:
企業資源規劃 Erp
-
其他版本:
Odoo 15 Development Essentials - Fifth Edition: Enhance your Odoo development skills to create powerful business applications
買這商品的人也買了...
-
$594$564 -
$352Angular 從零到一
-
$654$621 -
$1,848Usage-Driven Database Design: From Logical Data Modeling through Physical Schema Definition
-
$449收穫,不止 SQL 優化 — 抓住 SQL 的本質
-
$312$296 -
$500$390 -
$414$393 -
$534$507 -
$918Odoo 12 Development Cookbook 3/e
-
$857Kubernetes 權威指南:從 Docker 到 Kubernetes 實踐全接觸, 4/e
-
$403Odoo 快速入門與實戰:Python 開發 ERP 指南
-
$1,680$1,596 -
$1,650$1,568 -
$534$507 -
$1,560$1,482 -
$857QEMU/KVM 源碼解析與應用
-
$500$390 -
$3,300$3,234 -
$768$730 -
$754統計學習要素:機器學習中的數據挖掘、推斷與預測, 2/e (The Elements of Statistical Learning: Data Mining, Inference, and Prediction, 2/e)
-
$600$468 -
$1,600$1,520 -
$520$411 -
$480$379
商品描述
Extend your skills with Odoo 12 to build resourceful and open source business applications
Key Features
- Explore Odoo 12 capabilities to develop business applications
- Program business logic and manipulate data to implement specific business rules in your applications
- Integrate Python APIs for building customizable and scalable business logic
Book Description
Odoo is one of the best platforms for open source ERP and CRM. Its latest version, Odoo 12, brings with it new features and updates in Python packages to develop more customizable applications with additional cloud capabilities.
The book begins by covering the development essentials for building business applications. You will start your journey by learning how to install and configure Odoo, and then transition from having no specific knowledge of Odoo to being ready for application development. You will develop your first Odoo application and understand topics such as models and views. Odoo 12 Development Essentials will also guide you in using server APIs to add business logic, helping you lay a solid foundation for advanced topics. As you progress through the chapters, you will be equipped to build and customize your applications and explore the new features in Odoo 12, such as cloud integration, to scale your business applications. You will get insights into building business logic and integrating various APIs into your application.
By the end of the book, you will be able to build a business application from scratch by using the latest version of Odoo.
What you will learn
- Manage Odoo server instances
- Create a new Odoo application from scratch using the most frequently used elements
- Develop new models and use inheritance to extend existing models
- Use ORM methods in the Odoo server and from external clients
- Create Kanban views using QWeb effectively
- Build custom web and website CMS pages
- Use external APIs to integrate Odoo with external applications
- Add automated tests and techniques to debug module business logic
Who this book is for
If you are a developer familiar with Python and MVC design and want to build business applications using Odoo, this book is for you.
Table of Contents
- Quick start using the Developer Mode
- Setting up the development environment
- Your first Odoo application – a practical overview
- Extending modules
- Import, Export and Module Data
- Models – structuring the application data
- Recordsets – working with model data
- Business Logic - Supporting Business Processes
- External API - Integrating with other systems
- Backend views
- Kanban views and client side QWeb
- Reports and server side QWeb
- Creating Website front end features
- Deploying and maintaining production instances