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 […]
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 […]
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 […]
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 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, […]
In this video, it gives a quick insight into the features of Email marketing of Odoo 15. #odoo15emailmarketing Email marketing is one of the advanced applications of Odoo that can be effectively used to improve sales and customer attention quickly. #odoo15functionaltutorials Video Contents ————————- 00:00 Introduction to Odoo Email Marketing 00:35 Goes to module 01:32 […]
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 […]