odoo technical video
Video Tutorial

How to Count Records Using search_count in Odoo 16

OCT 4,2023

Description:

The search_count() method returns the number of records matching the search domain. This method accepts a search domain as its argument.Syntax: Model.search_count(args)? int

Eg: self.search_count([('product_tmpl_id', '=', record.product_tmpl_id.id),('active', '=', True), ])This returns the set of records satisfying the domain conditions given as the arguments inside the model.

odoo videos odoo development odoo tutorial odoo 16

WhatsApp