Odoo 16 Manufacturing Module Demo | Manufacturing in Odoo 16 ERP | Cybrosys – CBMS Odoo ERP

This module explains the manufacturing module of Odoo 16 Manufacturing is a process of converting raw materials or components into finished goods or products. For a company that handles a large number of manufacturing products have to track every manufacturing orders efficiently. With an effective and robust ERP, one can easily manage the manufacturing processes without […]

How to Count Records Using search_count in Odoo 16 | search_count() method in Odoo 16 – CBMS Odoo ERP

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 #odoo16 #odootutorials 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. #odoodevelopment #odoo #odoobeginers Connect With Us: ————————————— […]

How to Empty an One2Many Field in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

This video explains how to empty an one2many field in Odoo 16. One2many fields are used when we want to set multiple values from a related model to a single record. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Empty #One2Many #Field […]

How to Configure Visibility of Buttons Based on User Groups & States Odoo 16 | Odoo 16 Tutorials – CBMS Odoo ERP

In this video, we are discussing how to configure the visibility of buttons based on user groups and states in Odoo 16. #odoo16 #odoodevelopment Video Chapters 00:00 – Introduction 01:12 – States attribute of button 0​2:00 – Groups attribute of button #odoodevelopment #odootutorials We have different types of users in a system, hence we will […]

Manufacturing in One Step – Odoo 16 MRP | Odoo for Wood Manufacturers – CBMS Odoo ERP

Manufacturing a product involves so many processes including identifying the raw materials to build the product, setting a workstation for processing the raw materials, tracing the product movement, managing product variants, etc. #odoo16 Improper management of these factors creates manufacturing delays and delayed production may even root for the cancellation of the order and thereby […]

Subcontracting: Resupply in Odoo 16 Manufacturing | Odoo 16 MRP Tutorials – CBMS Odoo ERP

In this video, we discuss subcontract: resupply. Here we are going to manufacture a wooden chair which requires the components as wooden panel and screw. #odoomanufacturing All these components are subcontract: resupply from work center 2. Once the manufacturing is done in work center 2 the manufactured product is sent to work center 1. #odoo16 […]

How to Make a Field Mandatory in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Mandatory is used to make a field required. We can make a field mandatory either by using python or xml. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Field #Mandatory #Odoo #Odoo #Development #Tutorials