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() […]
You can use customer notes to include messages for the customer on their receipt. Notes allow you to include greetings, thank you messages, or even gift receipt instructions, creating a more personalized touch for the customer. #odoo17 #odootutorials #odoofunctionalvideos Notes become part of the order record, allowing staff to reference past purchases, customer preferences, and […]
Odoo Point of Sale (POS) has a built-in feature for cash rounding to streamline transactions and reduce the need for exact change. Here’s how it works: What is Cash Rounding? Cash rounding rounds the total bill amount of a sale to the nearest denomination (e.g., nearest five cents, ten cents) suitable for cash payments. This […]
A line discount in a POS system refers to a reduction in the price of a specific item on a customer’s bill. It’s different from a total order discount, which applies to the entire purchase. Line discounts offer several advantages: Promotional flexibility: You can provide discounts on particular products to clear out inventory, run targeted promotions, […]
Odoo 17 allows you to include default terms and conditions (T&C) on your invoices, sales orders, and quotations. This helps establish clear expectations with customers regarding important aspects like payments, returns, warranties, and after-sale services. Enabling Default T&C The functionality needs to be activated first. Navigate to Accounting — Configuration — Settings. Under Customer Invoices, […]
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 […]
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 […]
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 […]