In this video, we will are discussing how to use the name get function in Odoo 14. #name_getfunction #odoo14 #name_get #function #Odoo
This video explains ‘How to Schedule Activities in Odoo 15’. Planning activities are the perfect way to keep on track with your work. Get reminded of what needs to be done and schedule the next activities to undertake. Video Content: 0:00 – Introduction to Activity Scheduling in Odoo 15 0:46 – Schedule activities in Odoo […]
States are used to represent the current status or workflow of records in Odoo. Most of the core and custom modules uses state field to represent their module’s work flow and what has to be done next. #odoo In this video we’ll be discussing on how we can add a new state into an existing […]
Buttons are very handy tools in Odoo which help to perform different kinds of actions and other purposes. The form buttons are those buttons that are shown at the top of the form and are very useful in performing tasks for the particular record. In this video we’ll be discussing in short how we can […]
If we add a new field in the backend and want them to be displayed in POS, we can use the load_fields method in the ‘PosModel’ initialization function. eg:- var models = require(‘point_of_sale.models’); models.load_fields(‘model’, ‘field_name’); In order to upload the new model to POS, we use load_models(models, options). Load the odoo model when the point […]
Odoo is a very flexible ERP system when compared to the fields and their views. We can easily add new fields into a model and display them into new views or existing views. In this video, we’ll be discussing how we can add a new field into an existing form view. #odoocustomfield #odoofields #odoo14 #Add […]
We perform tasks in Odoo with the help of modules. With the help of modules, we can customize or alter the existing behavior of Odoo or add new features to it. In this video, we will be seeing how we can create a module with its basic structure from scratch without using the scaffold command. […]
The dashboards module can be used as an effective data monitoring tool in a company to identify and plan business resources. This module allows a company to arrange and manage much critical information related to their business including total income of the company, sale orders, purchase orders, financial flows, lead generation, logistics, and human resources […]
The approval module of the new Odoo version 14 is an efficient management tool for the operation of seeking permission and grinding one in a company operating for the employees. This brings out a systematic mode of approach in the operation of approvals requested by the employees well as the approvals given by the managers. […]
Scheduling & forecasting tasks is another way to manage projects. Views provide a visual view of tasks scheduled overtime. In Odoo, the Planning option gives access to Gant view, Listview, and Pivot view which shows you the progress of a project and its related task. Gant view provides a timeline view of individual tasks, their […]