Odoo Module Manifests by Deviati Nur Istiqomah Nov 7, 2022 Module Manifests None [1] ** Manifest None [2] ** The manifest file serves to declare a python package as an Odoo module and to specify module metadata. It is a file called __manifest__.py and conta... Read more
Odoo Actions by Deviati Nur Istiqomah Nov 7, 2022 Actions None [1] ** Actions define the behavior of the system in response to user actions: login, action button, selection of an invoice, … Actions can be stored in the database or returned directly a... Read more
Odoo Data Files by Deviati Nur Istiqomah Nov 7, 2022 Data Files None [1] ** Odoo is greatly data-driven, and a big part of modules definition is thus the definition of the various records it manages: UI (menus and views), security (access rights and rec... Read more
Odoo ORM API by Deviati Nur Istiqomah Nov 7, 2022 ORM API None [1] ** Object Relational Mapping module: Hierarchical structure Constraints consistency and validation Object metadata depends on its status Optimised processing by complex query (mult... Read more
Odoo Advanced N: Security by Deviati Nur Istiqomah Nov 7, 2022 Advanced N: Security None [1] ** Every day we hear about data leaks and attacks in the newspapers. We expect you to be aware and careful about how to avoid security breaches in your future development... Read more
OdooAdvanced K: Dashboards by Deviati Nur Istiqomah Nov 7, 2022 dvanced K: Dashboards None [1] ** Warning This tutorial assumes you have completed the Core Training [2] and have access to Odoo Enterprise features. To follow the exercise, it is recommended that ... Read more
Odoo Advanced J: PDF Reports by Deviati Nur Istiqomah Nov 7, 2022 Advanced J: PDF Reports None [1] ** Warning This tutorial assumes you have completed the Core Training [2] and have installed wkhtmltopdf [3] . To follow the exercise, it is recommended that you f... Read more
Odoo Advanced E: Python Unit Tests by Deviati Nur Istiqomah Nov 7, 2022 Advanced E: Python Unit Tests None [1] ** Tip This tutorial assumes you followed the Core Training. To do the exercise, fetch the branch 15.0-core from the technical training solutions [2] reposito... Read more
Odoo Advanced D: Mixins by Deviati Nur Istiqomah Nov 7, 2022 Advanced D: Mixins None [1] ** If you need to interface with common Odoo features such as the chatter, you can rely on mixins [2] . They are Odoo models exposing useful methods through inheritance. ... Read more
Odoo Advanced C: Master and Demo Data by Deviati Nur Istiqomah Nov 7, 2022 Advanced C: Master and Demo Data None [1] ** Tip This tutorial assumes you followed the Core Training. To do the exercise, fetch the branch 15.0-core from the technical training solutions [2] repos... Read more
Odoo Advanced B: ACL and Record Rules by Deviati Nur Istiqomah Nov 7, 2022 Advanced B: ACL and Record Rules None [1] ** ACL stands for “Access Control List” Warning This tutorial assumes you have completed the Core Training [2] . To follow the exercise, it is recommended th... Read more
OdooChapter 16: Polish Your Code And Submit Your PR by Deviati Nur Istiqomah Nov 7, 2022 Chapter 16: Polish Your Code And Submit Your PR None [1] ** In the previous chapters we saw how to create a fully functional business application. Now we will prepare our code to be shared and learn h... Read more