How to Create Sequence Numbers in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to create a sequence number in odoo15 and its use cases in odoo15. #odoo15developmentvideos Video Contents: ————————- 00:05 Introduction 00:50 Creating a sequence The sequence is normally generated inside the create function of a model. The sequential field in Odoo also known as an auto incremental field generates […]

Odoo 15 Notes Module Features | Odoo 15 Functional Tutorials | How to Create a New Note – CBMS Odoo ERP

Odoo note is a module that can be integrated with other modules. It goes with the modules like Point of sale, Purchase, and Sales. #odoo15notes #odoo15functionalvideos Video Contents ————————– 00:00 Introduction 00:37 Goes to module 01:37 Create a new note 01:43 Collaborative pad analysis It is also integrated with the maintenance and repair module. Moreover, […]

What is Rec name in Odoo 15 | How to use it _rec_name | Odoo 15 Development Tutorials – CBMS Odoo ERP

In odoo for each record, there will have a display name that likes to look like that record name. #odootechnicaltutorials #odoo15videos Video Contents ————————- 00:00 Introduction 00:33 example 01:11 rec_name Also for many2one fields, it is shown that rec_name._rec_name is intended to define the record value used to display it in search for many2one and […]

How to Add a Domain for a Field Dynamically Based on Another Field in Odoo15 | Odoo Technical Video – CBMS Odoo ERP

In this video, we are discussing How to add a domain for a field dynamically based on another field in odoo. Odoo domain is used to select records from a model or database table. #odoo15developmentvideos Video Contents 00:08 Introduction 01:00 Adding domain dynamically It is a very common use case when you need to display […]

How to Add Chatter in Odoo 15 | Odoo 15 Development Tutorials | Odoo 15 Technical Videos – CBMS Odoo ERP

In odoo, there is a feature as odoo chatter with special functionality to store conversation messages, track messages as well as store attachments. #odoo15developmentvideos Video Contents 00:00 Introduction 00:32 Example 01:16 Adding Chatter Moreover, it helps to send messages, and notifications and to schedule activities within each record. #odoo15videos In this video, it discusses about […]

Odoo 15 Data Cleaning Module | Odoo 15 Enterprise Edition | Odoo 15 Functional Tutorials – CBMS Odoo ERP

Data cleaning is an essential tool that should be needed for a business organization for proper data cleaning and also it is necessary to make or break a project. #odoo15enterprise #odoodatacleaning Video Contents ————————- 00:00 Introduction 00:48 Goes to module 01:12 Goes to the configuration 01:54 Deduplication 05:39 Field cleaning #odoo15functionalvideos It plays a vital […]

Odoo 15 Dashboard | Odoo 15 Enterprise Edition | Odoo 15 Functional Tutorials – CBMS Odoo ERP

This video details about Odoo 15 Dashboard module. A dashboard is defined as a decisive menu, where all the information regarding the company operation is shown under one screen and can add customized menus from different modules providing one complete insight into the company operations by looking at their menu. #odoo15dashboard #odoo15functionalvideos Video Contents ————————- […]

How to Make Sure One2many Records Are Deleted When the Parent Record Deleted | ondelete =”cascade” – CBMS Odoo ERP

This video discusses how to make sure one2many records are deleted when parent records are deleted. #odoodevelopmentvideos Video Contents ————————- 00:37 Introduction 00:38 Example 01:03 ondelete = ‘cascade’ 02:11 Delete parent record This can be done using ondelete =”cascade” attribute. We can use ondelete = ‘cascade’, which is a referential action for a foreign key […]

How to Manage Skills and Resume in Odoo 15 | Manage Skills and Resumes | Odoo 15 Employees – CBMS Odoo ERP

This video discusses the employee skill management module offered by Odoo and how it manages the documentation of skills and qualifications of an employee in a company. #odoo15employee Video Contents ————————– 00:00 Introduction 00:44 Enabling Skill management in Odoo from configuration 01:04 Employee dashboard 01:41 Resume Entry 04:23 Skill entry #odoo15functionalvideos #odoo15videos Connect With Us: […]

How to Show Error or Warning Messages in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

This Video discusses showing an error or warning message in order to prevent the execution of the running program in Odoo. #odoo15developmentvideos Video Contents ————————— 00:00 Introduction 01:20 Validation Error 02:49 Access Denied 03:49 Access Error 04:20 User Error #odoo15tutorials #odoo15technicalvideos It discusses raising different exceptions for users. There are different raising exceptions for access, […]