In some cases,we need to make fields of a model read-only with no need to edit in a particular condition.In odoo we can define each field for that condition. In this video it discusses on how to make a field read-only. #odoocustommodule #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical #Field #readonly #Odoo #Odoo #development #create #field […]
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. In this video, we are going to learn about computing fields, how it works, and @api.depends on Odoo 14. #odoo14 #odoo #odoofields […]
In this video, we are going to learn about computing fields, how it works, and @api.depends on Odoo 13. Get the module from our repository: Related Videos: Configure Odoo 14 Project on Pycharm Ubuntu: Building a Module in Odoo 14: Composition of a module in Odoo 14: Module Structure in Odoo 14: Empty Module Structure […]