In Odoo, you can count records using the search_count method on an Odoo model. This method returns the number of records that match a given domain (filter). search_count is used to count records based on certain conditions and is commonly used when you need to know how many records match a set of criteria without […]
In this video, we are discussing how to inherit an existing view to add new fields or make changes in it. #odooinherit When you create and inherit objects in some custom or specific modules, it is better to inherit (than to replace) from an existing view to add/modify/delete some fields and preserve the others. #odoo15tutorials […]
How to set access rights for specific users This video is about the creation of a new user and setting up the access rights for the current user. In Odoo we can create employees as Internal users and customers as portal users. Each user has their own role in a business. So every user does […]