Odoo 11 Development Cookbook - : Over 120 unique recipes to build effective enterprise and business applications, 2nd Edition (2ND)

個数:

Odoo 11 Development Cookbook - : Over 120 unique recipes to build effective enterprise and business applications, 2nd Edition (2ND)

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 470 p.
  • 言語 ENG
  • 商品コード 9781788471817
  • DDC分類 005.3

Full Description

Create fast and efficient server-side applications using the latest features of Odoo v11

About This Book
• Get the most up-to-date guide on Odoo 11 to create custom and reusable modules
• Interconnect your application with other systems by implementing web APIs
• Understand the mechanisms powering the Odoo framework to build robust enterprises

Who This Book Is For
If you're a Python developer and want to develop highly efficient business applications with the latest Odoo framework (or if you just want a hands on problem solution book for all your Odoo Development related issues), this book is for you! Some experience with the JavaScript programming language and web development is required to get the most out of this book.

What You Will Learn
• Install and manage Odoo environments and instances
• Use models to define your application's data structures
• Add business logic to your applications
• Add automated tests and learn how to debug Odoo apps
• Learn about the access security model and internationalization features
• Customize websites built with Odoo, by writing your own templates and providing new snippets for use in the website builder
• Extend the web client with new widgets and make RPC calls to the server

In Detail
Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source are also a key selling point of Odoo. It is built on a powerful framework for rapid application development, both for back-end applications and front-end websites. Version 11 offers better usability and speed: a new design (as compared to the current Odoo Enterprise version) and a mobile interface.
The book starts by covering Odoo installation and administration and Odoo Server deployment. It then delves into the implementation of Odoo modules, the different inheritance models available in Odoo. You will then learn how to define access rules for your data; how to make your application available in different languages; how to expose your data models to end users on the back end and on the front end; and how to create beautiful PDF versions of your data.
By the end of the book, you will have a thorough knowledge of Odoo and will be able to build effective applications by applying Odoo development best practices

Style and Approach
This recipe-based practical guide presents each topic with step-by-step instructions on how you can create fast and efficient server-side applications using the latest features of Odoo v11

Contents

Table of Contents

Installing the Odoo Development Environment
Managing Odoo Server Instances
Server Deployement
Creating Odoo Addon Modules
Application Models
Basic Server-Side Development
Module Data
Debugging and Automated Testing
Advanced Server Side Development Techniques
Backend views
Access Security
Internationalization
Automation, Workflows, Emails, and Printouts
Web Server Development
Web Client Development
CMS Website Development