How to Create Record Rules in Odoo 16 | Security in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

This video describes record rules in Odoo 16 and how to create record rules in Odoo 16. In business, there are different types of records. And it is essential to provide proper security for those records. In odoo this is managed using Record Rules. #odoo16 #odoodevelopment #odootutorials Connect With Us: ——————– ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: […]

How to Do Some Action After the Record Edited | Odoo 15 Technical Videos | Editing Existing Records – CBMS Odoo ERP

In this video, we discuss how to perform some action after updating or making changes to an existing record #odoodevelopmentvideos #odootutorials #odootechnicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Action #Record #Edited #Odoo #Technical #Videos #Editing #Existing #Records

How to Count Records Using Search Count in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

The search_count() method returns the number of records matching the search domain. This method accepts a search domain as its arguments. #odootechnicaltutorial Video Contents ————————- 00:15 Introduction 00:16 search_count function use case 00:36 using search_count function to show the number of records Syntax: Model.search_count(args) ? int Eg: self.search_count([(‘product_tmpl_id’, ‘=’, record.product_tmpl_id.id),(‘active’, ‘=’, True), ]) This returns […]