This video assists you to add a new user and deactivating it simply with the help of the Odoo 15 database. Video Content ———————— 00:00 Introduction 00:45 How to add a new user to the Odoo 15 Database 00:58 Create new user 07:34 How to Deactivate the user All the areas related to a business […]
This video describes how to print a pdf report on a button click. Video Content ———————— 0:00 – 0:59 Introduction 1:00 – 2:34 Report action 2:35 – 4:36 Report Template 4:37 – 5:54 Report Print Reporting plays a vital role in manipulating and representing data in each organization. This video describes how to print a […]
This video assists you in generating document layout and Emails in Odoo 15. Video Content ———————— 00:00 Introduction 01:10 Configure Document Layout 03:21 Goes to Sales module 04:16 Go to settings & then to Email 04:30 Create Email The collective arrangement of data available on forms is a layout and combination of elements such as […]
Odoo is developing by the day. Over the past few versions of Odoo, we have seen some drastic changes in the overall performance and the user interface of Odoo. Odoo is introducing some new features and has prioritized performance with version 16 for ensuring maximum performance and prominence in its line of work. Improvement in […]
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 […]
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: […]
Planning plays a vital role in every business. so it is very important to have a direct connection with the functions of the company. #odoo15enterprise #odoo15planning The Planning module helps to plan the project and activities that aim at fulfilling the goals of the organization. Video Chapters 00:00 Introduction 00:35 Goes to planning dashboard 01:55 […]
In this video, we are discussing how to define a name_search function in Odoo and its use cases in Odoo development. Name search function is an Odoo ORM method that is responsible for searching the specific records by some field values in a relational field. This is used for example to provide suggestions based on […]