How to Configure Document Layout & Emails in Odoo 15 ERP | Odoo 15 Functional Videos – CBMS Odoo ERP

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

What is Rec name in Odoo 15 | How to use it _rec_name | Odoo 15 Development Tutorials – CBMS Odoo ERP

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

How to Make Sure One2many Records Are Deleted When the Parent Record Deleted | ondelete =”cascade” – CBMS Odoo ERP

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

How to Use Canned Responses in Odoo 15 Live Chat for Instant Answers | Odoo 15 Live Chat – CBMS Odoo ERP

This video explains about how to use Canned responses in live chat for instant answers. #odoo15livechat #odoo15functionalvideos Video Contents #odoo15videos 00:00 Introduction 00:35 Goes to canned responses 00:56 How to create a canned response 01:44 Goes to discuss module Connect With Us: ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Canned #Responses #Odoo #Live […]

How to Manage Skills and Resume in Odoo 15 | Manage Skills and Resumes | Odoo 15 Employees – CBMS Odoo ERP

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

Odoo 15 Planning Module | Odoo 15 Enterprise Edition | Odoo 15 Planning Features – CBMS Odoo ERP

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

How to Use name_search function in Odoo 15 | name_search in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

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