A product Comparison tool allows the customer to choose the best products available based on the attributes described by the seller. The customers can choose from the product listing based on various attributes such as height, color, material use, price, warranty, and many more basic aspects of product selection known to a common customer. Configuring […]
Employee Shift Management is a component of the Open HRMS suit. This module allows the user to create and manage employee work shifts. #openhrms ℹ️ App link: The administrator can create various shifts according to the working hours and assign the Shift in the employee work contract. The module also helps to automatically assign new […]
A computed field is declared just like any other regular field in Odoo along with the additional argument compute. The value is the name of the function as a string or a function. In this video, we are going to learn about computing fields, how it works, and @api.depends on Odoo 14. #odoo14 #odoo #odoofields […]
Odoo has come up with the most powerful pricelist feature to support the pricing strategy in business. It is nothing but creating a specific pricelist or a price rate for a specific customer. The price list or price rate can be for a specific product or for a group of products. It’s important to set […]
In delegation inheritance provides more flexibility, we use the _inherits attribute. This is used if you want to sink another model in your current model without affecting the views. So the database tables contain fields in your model and also a field representing the inherited object. Read more about DIfferent Inheritance in Odoo: Video Contents: […]
In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we […]
As soon as you enter the project management module, you see the dashboard. The dashboard gives you a glimpse of every project that currently the company has in its store. From here, one can get a complete overview of the project and also the tasks underneath every project. Video Contents 00:00 Introduction 00:53 How to […]
In Odoo, you have the possibility to deliver your products in different packages, Depending on the volume and or weight of your products. First, you need to activate the Delivery Packages feature in the Inventory Application. For that Go to Apps ‣ After removing the Apps filter install the module ‘Delivery Costs’. Now, you can […]
#odoo14 #odooapp #odoo14features Barcode Generator App: This module automatically generates an EAN13 standard barcode for each product while you create it. The module also introduces a new feature to print product variant prices on the product label. Presently Odoo doesn’t have these features. Main Features: ✔️ Generates Barcode Automatically. ✔️ Print Variant Price on Product […]
Odoo 14 brings up a new spreadsheet tool in a pivot view to generate regular reports based on the database that is automatically updated. Using this tool you can improve your business by inserting data in a pivot view to a spreadsheet. In the CRM module, we have a pipeline analysis report ie.CRM Sales analysis […]