Odoo 11 Development Coobook - Second Edition

Holger Brunn, Alexandre Fayolle

  • 出版商: Packt Publishing
  • 出版日期: 2018-01-22
  • 售價: $2,030
  • 貴賓價: 9.5$1,929
  • 語言: 英文
  • 頁數: 470
  • 裝訂: Paperback
  • ISBN: 1788471814
  • ISBN-13: 9781788471817
  • 海外代購書籍(需單獨結帳)

商品描述

Key Features

  • Construct top-notch business applications with Odoo.
  • Familiarize yourself with a highly enterprising advanced guide that will expand your knowledge on Odoo framework and transform you to an expert of Odoo development..
  • This is the the most up-to-date guide on Odoo 11 and will help you create custom and reusable modules for future use.

Book Description

Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source is 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, speed, new design (as compared to current Odoo Enterprise version) and mobile interface.

The book starts by covering Odoo installation and administration and then dives deep into Odoo Server deployment. You'll learn to implement Odoo modules as well as different inheritance models available in Odoo. You will then learn how to how to control who has access to what in your Odoo instance, by creating security groups, writing access control lists to define what operations are available to each group on a given model, and, if necessary, by writing record level rules. You will also get your hands on recipes to host Odoo on cloud platforms, as well as focus on the latest updates of the upcoming v11 release.

By the end you will have a thorough knowledge of Odoo and will be able to build effective applications by applying Odoo development best practices

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