Shiprocket is an Indian e-commerce logistics and shipping software solution company founded in 2011 by Saahil Goel. It is considered India’s largest eCommerce enablement platform providing digital retailers with an end-to-end customer experience platform. In logistics and shipping software, a shipping connector is a software application that bridges the gap between your e-commerce platform or […]
In Odoo 17, to make a field storable, set store=True when defining it. By default, fields are storable unless set to store=False. Storable fields ensure data persistence across sessions and server restarts, crucial for maintaining data integrity and retrieval. However, computed or related fields are not stored by default (store=False) unless explicitly specified as store=True. […]
The “Set Maximum Difference” feature in Odoo 17 POS helps manage cash handling accuracy. It allows you to define an acceptable tolerance level for the discrepancy between the calculated cash balance and the actual cash in the drawer at the end of a shift. Enable Set Maximum Difference Set Maximum Difference must be enabled before a […]
In Odoo 17, a Many2many field represents a many-to-many relationship between two models. It allows you to link multiple records from one model to multiple records in another model. Each record in the first model can be linked to one or more records in the second model, and vice versa. You can empty a Many2many […]
This video covers the case of how we can pass the data to the browser, which can be done with the help of controllers. Controllers serve as intermediaries between the front-end of a web application and its back-end. They interpret requests made by the browser and determine how to respond, often by retrieving data from a […]
A global discount is a reduction in the total price of an order or invoice, typically applied after other discounts have been taken into account. It’s different from a regular discount, which can be applied to individual items or subgroups of items. Here are some contexts where you might encounter global discounts: Retail Many online stores […]
Lot management is a powerful tool for keeping track of groups of products with shared characteristics. Here’s how you can use lots to manage your inventory: 1. Define your Lots: A lot, or batch, refers to a group of products produced together under similar conditions. This commonality could be based on: Production date Manufacturing line […]
Odoo 17 CRM empowers you to manage your sales pipeline with customizable stages. 00:00 Intro 00:14 Create pipeline 1:04 Create opportunity 1:39 Stage operations Creating Stages: Access the Pipeline View: Head to the CRM module and navigate to the “Pipeline” tab. This displays your current sales pipeline with existing stages and opportunities. Add a New […]
In Odoo, a dashboard is a central location to view important business data at a glance. It’s like a personalized cockpit that brings together key metrics and insights from various Odoo modules. Here’s what dashboards in Odoo offer: Quick Overview: Instead of jumping between different sections of Odoo, dashboards consolidate crucial information on a single […]
The “Closest Location” Removal Strategy in Odoo For the Closest Location Removal Strategy, products are picked based on the alphanumeric order of storage location titles.The goal of this strategy is to save the warehouse worker from taking a long journey to a farther shelf when the product is also available at a closer location. A product is […]