In this video, we are going to learn about computing fields, how it works and @api.depends
on Odoo 13.
A computed field is declared just like any other regular field in odoo along with
the additional argument compute. The value is the name of the function as a string
or a function.
Get the module from our repository
GitHub