Themes play a significant role in the visual presentation and user experience. They define the layout, style, and overall appearance of the website, including aspects such as colors, fonts, and page structure. Installing a theme in Odoo involves adding a new theme module to your Odoo instance. You can find themes in the Odoo App […]
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 […]
Odoo 17 allows you to manage products with different Units of Measure (UOM) to effectively handle situations where you buy and sell in varying quantities. Here’s how to purchase products with different UOMs: 1. Product Configuration: Go to the Products app and create a new product or edit an existing one. In the product form, locate the Unit […]
In Odoo 17, an One2many field represents a one-to-many relationship between two models. It allows you to link multiple records from one model to a single record in another model. Each record in the second model can have multiple related records in the first model. You can empty an One2many field using either the unlink() […]
The video guides the process of managing data in Odoo 17. It demonstrates how to create a model, and how to add example data to this model using the data directory. The process begins with the creation of a model, a fundamental aspect of data organization in Odoo. Models serve as the blueprints for organizing […]
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 […]
Odoo 17’s Data Cleaning module offers a handy feature called “Field Cleaning Rules” to improve data consistency and quality within specific fields of your Odoo records. Here’s a breakdown of configuring these rules in under 400 words: Accessing Field Cleaning Rules: Navigate to Data Cleaning: Go to the “Data Cleaning” module within Odoo 17. Configuration […]
Odoo can automatically generate expenses from emails to streamline the expense reporting process. This feature is particularly useful for: Employees without access to the Expense module: If an employee doesn’t have permission to use the Odoo Expense app directly, they can submit expenses by forwarding receipts or expense details via email. Improved Efficiency: Even for […]
In Odoo, both lots and serial numbers are used for tracking inventory, but they differ in the level of detail: Lots: Identify a group of identical products. Imagine a batch of shirts or a box of nails. The same lot number applies to all the items within that group. This is useful for managing stock […]
In Odoo, both cycle counts and inventory adjustments are crucial for maintaining accurate inventory records. Here’s a breakdown of each concept and how they work together: Inventory Adjustments: Used to manually update the on-hand quantity of a product in the system. Reasons for adjustments could be: Stock breakage Spoilage Loss during theft Finding unexpected inventory […]