Learn how to use Computed Fields and Onchange Methods in Odoo in this step-by-step tutorial. In this video, we implement computed fields and onchange methods in a custom Odoo module using Python.
This tutorial is part of the Odoo Development Course, where we build a Real Estate Management Module from scratch.
In this video you will learn:
✔ What are Computed Fields in Odoo
✔ How to use @api.depends decorator
✔ How Odoo automatically recalculates fields
✔ What are Onchange Methods
✔ How to use @api.onchange in forms
✔ Real example with garden area and property total area
We will also implement a practical example from the Estate Property Module.
📌 Complete Source Code
Complete code for this tutorial is available here:
https://github.com/ShoaibKhanJadoon/odoo_tutorials/tree/main/custom_addons/estate
📌 Topics Covered
• Computed Fields in Odoo
• Odoo Onchange Methods
• Odoo Python Development
• Odoo Custom Module Development
• Odoo Backend Development
• Odoo Estate Module Tutorial
📌 Subscribe for More Odoo Tutorials
If you want to learn Odoo development step-by-step, subscribe to the channel for upcoming tutorials in this course.
Download
0 formats
No download links available.
Odoo Computed Fields & Onchange Methods Tutorial | Odoo Development Course | video #10 | NatokHD