In this video, we are discussing How to do time period calculations based on date type fields in odoo15. #odoo15developmentvideos Video Contents ————————- 00:05 Introduction 00:40 Time Period Calculations There are a few built-in functions for getting ranges and references to different time periods. #odoo15tutorials These are specific to certain periods like “month”, “quarter”, “fiscal […]
In this video, it discusses compute function and how to store value in a field using this functionality and @api.depends operation. Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. Video Contents 0:00 Introduction 0:36 Field declaring 1:41 […]
Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Get the module from our repository: This video explains about the onchange mechanism: @api.onchange in Odoo Related videos: Computed fields and @api.depends in Odoo 13: View Inheritance in […]