Odoo 11 Development Cookbook - Second Edition - Helion
Tytuł oryginału: Odoo 11 Development Cookbook - Second Edition
ISBN: 978-17-884-7696-6
Format: ebook
Data wydania: 2018-01-22
Księgarnia: Helion
Cena książki: 169,00 zł
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
Osoby które kupowały "Odoo 11 Development Cookbook - Second Edition", wybierały także:
- Learn Python Programming 299,00 zł, (29,90 zł -90%)
- Learn Web Development with Python 199,33 zł, (29,90 zł -85%)
- Python: Advanced Guide to Artificial Intelligence 199,33 zł, (29,90 zł -85%)
- Hands-On Simulation Modeling with Python 175,88 zł, (29,90 zł -83%)
- Hands-On Genetic Algorithms with Python 175,88 zł, (29,90 zł -83%)
Spis treści
Odoo 11 Development Cookbook. Over 120 unique recipes to build effective enterprise and business applications - Second Edition eBook -- spis treści
- 1. Installing the Odoo Development Environment
- 2. Managing Odoo Server Instances
- 3. Server Deployement
- 4. Creating Odoo Addon Modules
- 5. Application Models
- 6. Basic Server-Side Development
- 7. Module Data
- 8. Debugging and Automated Testing
- 9. Advanced Server Side Development Techniques
- 10. Backend views
- 11. Access Security
- 12. Internationalization
- 13. Automation, Workflows, Emails, and Printouts
- 14. Web Server Development
- 15. Web Client Development
- 16. CMS Website Development