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. […]
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 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 […]
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 […]
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 […]
Data cleaning is an essential tool that should be needed for a business organization for proper data cleaning and also it is necessary to make or break a project. #odoo15enterprise #odoodatacleaning Video Contents ————————- 00:00 Introduction 00:48 Goes to module 01:12 Goes to the configuration 01:54 Deduplication 05:39 Field cleaning #odoo15functionalvideos It plays a vital […]
This video details about Odoo 15 Dashboard module. A dashboard is defined as a decisive menu, where all the information regarding the company operation is shown under one screen and can add customized menus from different modules providing one complete insight into the company operations by looking at their menu. #odoo15dashboard #odoo15functionalvideos Video Contents ————————- […]
This video discusses how to make sure one2many records are deleted when parent records are deleted. #odoodevelopmentvideos Video Contents ————————- 00:37 Introduction 00:38 Example 01:03 ondelete = ‘cascade’ 02:11 Delete parent record This can be done using ondelete =”cascade” attribute. We can use ondelete = ‘cascade’, which is a referential action for a foreign key […]
This video discusses the employee skill management module offered by Odoo and how it manages the documentation of skills and qualifications of an employee in a company. #odoo15employee Video Contents ————————– 00:00 Introduction 00:44 Enabling Skill management in Odoo from configuration 01:04 Employee dashboard 01:41 Resume Entry 04:23 Skill entry #odoo15functionalvideos #odoo15videos Connect With Us: […]