Topic: ORM

Odoo Custom Module Development Part 5 - Relations, Computed Fields, and Business Logic

This is the fifth article in the Odoo custom module development series.In Part 4, we added the user interface. In this article, we will make the module smarter by adding relations, computed fields, onchange logic, constr

Read More...

Odoo Custom Module Development Part 3 - Security and Access Rights

This is the third article in the Odoo custom module development series.In Part 2, we created our models and fields. In this article, we will add security so the models can be used by real users in a controlled way.Securi

Read More...

Odoo Custom Module Development Part 2 - Models and Fields

This is the second article in the Odoo custom module development series.In Part 1, we created the estate module skeleton and made Odoo recognize it. In this article, we will create our first Odoo model and add useful fie

Read More...