How to Do Time Period Calculations Based on Date Type Fields in Odoo15 | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to do time period calculations based on date type fields in odoo15. #odoo15developmentvideos Video Contents ————————- 00:05 Introduction 00:40 Time Period Calculations There are a few built-in functions for getting ranges and references to different time periods. #odoo15tutorials These are specific to certain periods like “month”, “quarter”, “fiscal […]

How to Override Create, Write, Unlink Methods in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to override the create, write and unlink methods in odoo15. #odoo15developmentvideos Video Contents ————————- 00:06 Introduction 00:40 Override the Create, Write & Unlink Methods Create() function in odoo is used to create a new record in a model. Overriding a create function in odoo will help us to […]

How to Make a Field Visible Only for a Certain User Groups in Odoo 15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

In odoo, we can restrict the visibility of fields only for particular users. The user belonging to a particular group can have only access to view that field. This can be done by using the group_id attribute. #odoo15developmentvideos Video Contents ————————– 00:00 Introduction 00:38 Example 01:08 Using the attribute field Visibility #odoo15tutorials Using group_id gives […]

How to Add a Context and Domain in Odoo 15 | What Is a Context in Odoo | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we will discuss How to add a context and domain in odoo15. The context in Odoo is a part of the environment of a record set. #odoo15developmentvideos Video Contents ————————– 00:05 Introduction 00:40 Adding a domain 03:15 Adding a context It is basically a python dictionary that carries the session data. This […]

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

Timesheet Costs, Vendor Bills & Profitability | Odoo Project & Timesheets – CBMS Odoo ERP

Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to understand and check the costs and profits of your projects. Learn about the different forms of encoding hours and how Odoo automatically calculates profitability. Understanding and knowing where to […]

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

Odoo 15 Advanced Elearning | Best Learning Management System (LMS) | How to Use Odoo LMS – CBMS Odoo ERP

The main vision of the module is that it enables the user to manage and publish an E-learning platform in an advanced manner. #odoo15elearning #bestlms Video Chapters 00:00 Introduction to Odoo eLearning 00:45 Goes to module 02:36 View the course on the website 05:14 How to define a new course 13:08 Goes to configuration – […]