Odoo 15 Sign Module | Odoo 15 Functional Tutorials | What’s new in Odoo 15 Sign Module – CBMS Odoo ERP

The Sign module in Odoo is exclusively designed for sending, signing, and approving documents digitally. Within a short time, we can sign the required document with a sign module. #odoo15sign Video Contents 00:00 Introduction to Odoo 15 Sign 00:36 Goes to module 03:01 Configuration settings 03:58 Signature item role 04:27 Upload PDF to sign 07:36 […]

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 Documents | Document Management System | How to Manage Your Documents Using Odoo 15 – CBMS Odoo ERP

Proper management of documents is very important in any organization. The lack of proper document management will diminish the business and lead to spending more than what is expected. Video Contents ———————— 00:00 Introduction to Odoo 15 Documents 00:48 Goes to module 02:37 Configuration 03:49 Workspace 04:56 Tags 05:09 Share inks 05:32 Spreadsheet template 06:01 […]

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

Difference Between Search and Browse in Odoo 15 | Odoo 15 Development Video| Search & Browse in Odoo – CBMS Odoo ERP

In this video, we are discussing the difference between the search() and browse() function in odoo15. The browse() method is used to return a set of records for the IDs passed as the parameter in the current working model. Video Contents 00:10 Introduction 00:40 Difference Between Search and Browse #odoo15developmentvideos This method accepts a set […]

What Is the Use of api.onchange in Odoo15 | @api.onchange Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Video Contents 00:15 Introduction 00:45 Define an onchange function The function of this decorator will be called when the field value changes. Moreover, it supports only single field […]