Internal notes in a POS (point of sale) system are comments or messages added to a transaction or customer record that are not visible to the customer. They are used for communication and information sharing among staff members. Here are some common uses of internal notes in POS: Special instructions: Noting specific customer requests like “gift […]
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() […]
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 […]