Odoo 17 Product Catalog | Whats New in Odoo 17 | Odoo 17 Features – CBMS Odoo ERP

In Odoo 17 new feature, is to add products from the catalog (kanban) view directly to the sales order. #odoo17 #odoosales #odoofeatures Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Odoo #Product #Catalog #Whats #Odoo #Odoo #Features

Managing Back to Back Operations With Lead Time in Odoo 16 | Odoo 16 Functional Tutorial – CBMS Odoo ERP

The Customer Lead Time is the time needed for your product to go from your warehouse to the customer’s place. It can be configured on any product by going to Sales ‣ Products ‣ Products. There, open your product form, go to the inventory tab, and add your Customer Lead Time. #odoosales Manufacturing lead time is the time […]

Manufacturing in Two Steps – Odoo 16 MRP | Odoo for Wood Manufacturers – CBMS Odoo ERP

In order to manufacture the product wooden wall hanger, we need to consider the following components such s as a wooden dowel, wooden panel, D-rinD-ring hanger, and screw. All these components are sent to the manufacturing area to manufacture the product. Once the manufacturing is done the product will move to its destination location. #odoo16 […]

How to Empty a Many2many Field in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

Many2many fields allow many records of one model to be linked to many records of another model. #odoo16 #odoodevelopment This video explains how to empty a Many2many field in Odoo 16. #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Empty #Many2many #Field #Odoo […]

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 […]