
Explore how Odoo v11 delivers a flexible, modular open-source ERP platform, with thousands of modules for project management, manufacturing, inventory, finance, and human resources, plus e-commerce and content management.
Prepare your development environment, install Odoo v11.0 on Ubuntu 17.10, and configure the server with demo data to test and present to customers.
Configure the PyCharm CE IDE for Python and web development by installing the community edition, adding templates via a jar, and setting up Python 3.6 for Django.
CRUD stands for the 4 main operations you will use frequently when develop a new Odoo Module:
Add a new model in Odoo v11.0 by defining a customers model with simple fields, camel case naming, and a table name with underscores.
Learn to add tree and form views, configure view actions, and create menu items in Odoo v11.0 by defining models, fields, and templates, then install and test the module.
Explore deeper aspects of Odoo v11.0 development by examining form views, actions, and custom models; learn how models map to database tables and how fields drive the UI.
*start: Quick start the Odoo server
Odoo is a modern ERP system released under AGPL license, and it offers HR, CRM, Project Management, Sales, Purchases, Inventory Management, Accounting, .....
Odoo is based on Open Object ( A smart Open Source Professional Rapid Application Development Framework in Python).
I promise to be available to answer your questions and to discuss your ideas.
Learn everything you need about Open Object framework to build new modules for Odoo V11.0:
Through the course, We will write a new module from Real Life:
By the completion of this online training course, you will be fully versed, and capable of working with and creating your own Odoo v11.0 modules for real customers.