1. Internal user: 1.1. Consolidation user: In Odoo, there isn’t a specific user type called a “consolidation user”. The consolidation process is handled through the Odoo Consolidation module, which is designed for users with accounting permissions. Here’s a breakdown of how Odoo Consolidation works: Functionality: It allows you to generate consolidated financial reports by combining […]
The main purpose of a custom header and footer in Odoo POS is to personalize your receipts with additional information beyond the standard Odoo output. This can be useful for: Branding: Including your company logo, name, and slogan in the header can increase brand recognition on every receipt. Promotional messages: You can use the footer […]
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() […]