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