This video ensures you create a new company with Odoo 15 platform. Video Content ———————— 00:00 Introduction 00:50 User & Companies 01:00 Create a new company 05:55 Go to the accounting module 06:43 Taxes The Odoo ERP system assists your firm’s wide range of business functions. Users can set the customers, contacts, and warehouses for […]
This video helps you understand Visitors and Configuration features in the Odoo 15 Live Chat module. Video Content ———————— 00:00 Introduction 00:44 Visitors 03:14 Log in as new user to check visitors 04:30 Canned Responses 05:00 Create Canned responses A business thrives through better communication with customers, leading to good marketing. You can create unique […]
In this video, we will discuss how to collect job applications from a website using the contact form with the help of the Odoo ERP System. Video Content ———————— 00:00 Introduction 00:47 Go to Website 01:34 Add Form snippet 04:01 Go to the Recruitment module The recruitment process requires the coordination of multiple tasks from […]
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 this video, we are discussing the difference between the search() and browse() function in odoo15. The browse() method is used to return a set of records for the IDs passed as the parameter in the current working model. Video Contents 00:10 Introduction 00:40 Difference Between Search and Browse #odoo15developmentvideos This method accepts a set […]
In this video, we are discussing how to define a many2many fields in odoo and their use cases in odoo development. #odoomany2many #odoodevelopment #odoo15videos #Define #Many2many #Field #Odoo #Relations #Odoo #Models #Odoo #Development #Video
A Helpdesk team is a group of employees who keenly work to answer the queries of customers. Any company that remains connected with the customer will have to manage a Help Desk team to clarify the doubts and queries raised by the customers. This becomes essential for companies that engage in manufacturing, sale or service […]
In this video, we’ll discuss how we can change the related field to a normal field. #odoo14 #odoofields Related fields in Odoo are used to show the value to a field from another model field. By default, the related field values are not stored in the database. To store such values we have to add […]
These are the flags that are used for updating Odoo Many2many field. (0, 0, { values }) link to a new record that needs to be created with the given values dictionary (1, ID, { values }) update the linked record with id = ID (write values on it) (2, ID) remove and delete the […]