Summary
In this chapter, we learned about the basic Odoo structure for modules. Files must be named exactly the way the Odoo framework expects, and you must follow the structure for your module to properly load into Odoo. We explored how to extend Odoo with additional fields and display them on forms. Later we learned how to create a simple website that integrates with Odoo. Finally, we saw how we could use the Odoo API to create solutions for interoperability with Odoo.
Next we will take a look at the additional features available with the Enterprise edition of Odoo.