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
Odoo Chapter 15: A Brief History Of QWeb by Deviati Nur Istiqomah Nov 7, 2022 Chapter 15: A Brief History Of QWeb None [1] ** So far the interface design of our real estate module has been rather limited. Building a list view is straightforward since only the list of fields is ... Read more
Odoo Chapter 14: Interact With Other Modules by Deviati Nur Istiqomah Nov 7, 2022 Chapter 14: Interact With Other Modules None [1] ** In the previous chapter [2] , we used inheritance to modify the behavior of a module. In our real estate scenario, we would like to go a step furth... Read more
Odoo Chapter 13: Inheritance by Deviati Nur Istiqomah Nov 7, 2022 Chapter 13: Inheritance None [1] ** A powerful aspect of Odoo is its modularity. A module is dedicated to a business need, but modules can also interact with one another. This is useful for extending ... Read more
Odoo Chapter 12: Add The Sprinkles by Deviati Nur Istiqomah Nov 7, 2022 Chapter 12: Add The Sprinkles None [1] ** Our real estate module now makes sense from a business perspective. We created specific views [2] , added several action buttons [3] and constraints [4] .... Read more
Odoo Chapter 11: Constraints by Deviati Nur Istiqomah Nov 7, 2022 Chapter 11: Constraints None [1] ** The previous chapter [2] introduced the ability to add some business logic to our model. We can now link buttons to business code, but how can we prevent users fr... Read more
Odoo Chapter 10: Ready For Some Action? by Deviati Nur Istiqomah Nov 7, 2022 Chapter 10: Ready For Some Action? None [1] ** So far we have mostly built our module by declaring fields and views. We just introduced business logic in the previous chapter [2] thanks to computed ... Read more
Odoo Chapter 9: Computed Fields And Onchanges by Deviati Nur Istiqomah Nov 7, 2022 Chapter 9: Computed Fields And Onchanges None [1] ** The relations between models [2] are a key component of any Odoo module. They are necessary for the modelization of any business case. However, w... Read more
Odoo Chapter 8: Relations Between Models by Deviati Nur Istiqomah Nov 7, 2022 Chapter 8: Relations Between Models None [1] ** The previous chapter [2] covered the creation of custom views for a model containing basic fields. However, in any real business scenario we need more... Read more
Odoo Chapter 7: Basic Views by Deviati Nur Istiqomah Nov 7, 2022 Chapter 7: Basic Views None [1] ** We have seen in the previous chapter [2] that Odoo is able to generate default views for a given model. In practice, the default view is never acceptable for a b... Read more
Odoo Chapter 6: Finally, Some UI To Play With by Deviati Nur Istiqomah Nov 7, 2022 Chapter 6: Finally, Some UI To Play With None [1] ** Now that we’ve created our new model [2] and its corresponding access rights [3] , it is time to interact with the user interface. At the end of... Read more