How to Track Attendees of an Event in Odoo | Odoo 15 Enterprise Edition | Odoo 15 Event Module – CBMS Odoo ERP

The important aspect of event management is to manage and track the number of attendees with respect to each event. #odoo15event Video Contents ———————— 00:00 Introduction 00:52 Choose an Event & Goes to Attendees Menu 01:28 How to Export Attendees Details Here Odoo platform allows its user to track and manage the various attendees of […]

How to Create a New Approval Request in Odoo 15 Approval Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

The process of approval can be sometimes tiresome, you will have to visit different departments to get the approval validated. #odoo15approval Video Chapters ————————- 00:00 Introduction 01:02 How to create an Approval request 02:57 Add Approvers 03:50 Attach Documents This will consume a lot of time and might also cause a delay in executing the […]

How to Raise Exceptions or Warning in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to raise an exception or warning in odoo15. In certain situations, there will be a need to prevent the program from continuing its execution. #odoo15developmentvideos Video Contents 00:06 Introduction 00:40 Raising an Exception or Warning We can do this by showing up an error message by raising exceptions. […]

How to Define a Computed Field in Odoo 15 | Odoo Development Tutorial | Computed Field in Odoo – CBMS Odoo ERP

Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. #odoo15developmentvideos Video Contents 00:00 Introduction 00:27 Example 00:52 Compute Field Which can be stored directly and retrieved directly from the database. One of the common examples for the usage […]

How to Create a Snippet in Odoo 15 | Odoo Development Tutorial | Create Custom Snippet in Odoo 15 – CBMS Odoo ERP

In odoo, it provides base snippets and In this video, it discusses how to create a custom snippet in odoo 15. #odoowebsite Video Contents 00:00 Introduction 00:33 Website Snippets 01:19 Custom Snippet Odoo provides a website builder feature to create your own website. Also provides snippets to make our website more attractive and elegant. #odoo15developmentvideos […]

How to Create a Record Using Create Function in Odoo15 | create() | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to create a record using create a function in odoo15. Here we are considering an example of creating a student record from students’ applications. #odoo15developmentvideos Video Contents 00:05 Introduction 00:30 Creating a record using create() Once the documents are submitted and verified, we will click the button to […]

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