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, we can discuss how to make a field storable. #odoodevelopmentvideos #odoo15tutorials Video Contents ————————- 0:00 Introduction 1:45 Compute Function 2:00 Providing Store= True for Field 2:31 Checking the Working #odoo15technicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Field #Storable #Odoo #Odoo #Technical #Videos #Odoo #Development #Tutorials
In this video, we explain how to do field editing on a website. As we know Data that is specific to a record should be saved on that record. #odoowebsite #odoowebsitebuilder #odoo #odoo14 #odootechnical #odoo14technical #Editing #Fields #Odoo #Building #Website #Field #Editing
In Odoo fields defined with related to another field, values are not automatically stored in the Odoo database. A column will not be allocated for such fields. In order to store such a field in our database, we have added an extra argument store within the field definition. So, in this video, we’ll be describing […]