Creating a new business application using Odoo Studio
The job of Odoo Studio does not end with adding new fields, or changing the views. Using Odoo Studio you can create a new application from scratch without being a developer. Using Odoo Studio you can create beautiful application, design awesome reports, customize advanced screens, automate business workflows, and the great things are everything you developed using studio is also accessible on Odoo mobile.
Getting ready
It is assumed that you have a clear specification for the new application you are going to develop. I am going to develop the module, Odoo Academy
app, I have to create a course, a new model, for student and teacher, and I will use the existing model, Partner
(res.partner
).
Note
The best approach to customization is to duplicate the database each time and implement the feature. Export the customization and import into the master.
How to do it...
- Go to your instance home page, enter into studio mode by clicking on the customization...