Odoo 11 development essentials develop and customize business applications with Odoo 11

What You Will Learn Install Odoo from source Manage Odoo server instances Create a new Odoo application from scratch covering the most frequently used elements Develop new models and use inheritance to extend/modify existing models Use ORM methods, both in the Odoo server and from external clients C...

Full description

Bibliographic Details
Main Author: Reis, Daniel
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2018
Edition:Third edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Table of ContentsQuick introduction to the Odoo Developer Mode and conceptsInstalling and organizing the development environmentYour first Odoo application
  • a practical overviewModels
  • structuring the application dataAccess Control and Data FilesThe ORM API
  • Handling application dataApplication Logic
  • Supporting Business Processes External API
  • Integrating with other systemsBackend viewsKanban views and client side QWeb-Reports and server side QwebCreating Website front end featuresTests and debuggingDeploying and maintaining production instances