Ensuring proper equipment management is an integral part of business management. It is often hard to have a complete overview of all of the requirements and machinery in a company. #odoo16 It is essential to manage them and view the equipment individually to ensure maximum efficiency of the pieces of machinery. Keeping your equipment updated […]
This video explains the reordering rules in Odoo 16. The reordering rule in Odoo is basically a set of rules that the user can set to make sure that the stock would never runs out and Replenishment can determine the efficiency of your flow of goods as they move throughout your supply chain. #odoo16 #odoofunctional […]
This video explains the lead to ticket conversion. The Odoo CRM application enables you to create leads, quotations, pipelines, and more concerning sales in your company. #odoo16 Video Chapters 00:00 Introduction 00:26 Open the Lead 01:20 Convert Lead to Ticket 02:15 Ticket Explanation 02:29 Assign to Me 02:48 View Ticket (in the Chatter) 03:29 Solved […]
This video gives an idea about equipment management with the Odoo 15 Maintenance module. Video Content ——————- 00:00 Introduction 00:54 Maintenance Team 01:31 Work Centers 03:21 Equipment Categories 04:13 Create Equipment Data 06:45 Maintenance request for Equipment Equipment maintenance is necessary to run a business, and most events in an organization carry out with various […]
This video will give you a detailed note on how to manage salary structures with Odoo 15. Video Content ———————— 00:00 Introduction 00:54 Structure type 02:05 Configure salary structure 04:25 Salary Rule 04:45 Create Salary rule Employee salary management is an essential element in employee salary management. Having a reliable system for employee management is […]
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 explains the key features of the Rental module in Odoo 15. Odoo Rental is the best management software that will meet all your needs. It will manage different tasks and orders easily. #odoo15functionalvideos #odoo15rental Video Chapters 00:00 Introduction to Odoo 15 Rental Module 00:39 Goes to Rental module 01:23 Configuration settings 02:39 Product […]
In this video, it discusses compute function and how to store value in a field using this functionality and @api.depends operation. 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. Video Contents 0:00 Introduction 0:36 Field declaring 1:41 […]