This video explains Odoo Wizards: Creating and launching. Odoo Wizards describe interactive sessions with the user (or dialog boxes) through dynamic forms. A wizard is simply a model that extends the class Transient Model instead of Model Wizard records are not meant to be persistent; they are automatically deleted from the database after a certain […]
For odoo developing we have default structure like models, views, security, etc. models are the database tables, It contains fields and essential behaviors for storing the data. This video explains how to create new models in odoo. #odoo #odoodevelopment #odoomodels Visit our website for more Development Videos: #Create #Models #Odoo #Odoo #Development #Tutorial
In this video, the area is covered in Odoo security and is called record rule. Record rules restrict access rights to a subset of records. Records rules for the objects can determine who can access the object according to the rules set. One can manage rules based on access modes for the object. Video Contents […]
The kanban view is a kanban board visualization: it displays records as “cards”, halfway between a list view and a non-editable form view. view of your projects, opportunities, or leads. With a selected pipeline at the top, Records may be grouped in columns for use in workflow visualization or manipulation (e.g. tasks or work-progress management), […]
A proper leave management system is an essential part of any office or business enterprise. A proper system for leave management will help the management to calculate salary, paid leaves, paid offs, and other leave categories. It will also benefit the employees for clearing their leave applications in a quick way. Odoo and Time off […]
This video explains how to add settings for a custom module in Odoo 13. We are very much familiar with activating different options in odoo by enabling some options on the settings page. For example activate the product variants, asset management, etc. To enable the product variants we need to go to the inventory settings […]
In this video, we will be discussing how we can override a method in Odoo 14 and the usage of the super method. By overriding a method we can change the implementation of that method, which is redefining that method. By using the super method we can override a method to change its default behavior […]
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 […]
Delivery confirmation is an added feature in Odoo 14. Under the configuration settings of the Odoo Purchase module, a new option is there, ’Receipt Reminder’. Receipt Reminder helps to remind the receipt date to your vendor. #odoo14 After enabling this feature, create a purchase order. In the purchase order form, below the receipt date, you […]