Having appropriate product images in Odoo is useful for a number of reasons. However, if a lot of products need images, assigning them can become incredibly time-consuming. Fortunately, by configuring the Google Custom Search API within an Odoo database, finding product images for products (based on their barcode) is extremely efficient. Configuration In order to utilize Google Custom […]
To access a JSON view in Odoo, use the ir.ui.view model and its methods. Here are the main ways to access a JSON view: 1. By ID: Python view_id = 123 # Replace with the actual ID of your JSON view view = ir.ui.view.browse(view_id) json_data = view.arch 2. By name: Python view_name = ‘my_json_view’ view = […]
Return for Exchange in Odoo is a process where a customer returns a product to a company and receives a different product in exchange. This feature is typically found in inventory management modules and allows for seamless handling of product returns and exchanges. Here’s a breakdown of the process: – Customer Initiates Return: The customer […]
The top bar in Odoo 18 Projects is a crucial component that provides quick access to various functionalities within the project management module. It is designed to enhance user experience and streamline project navigation. Key Elements of the Top Bar: 1. Project Name: The project name is displayed prominently at the top left corner, indicating […]
To generate leads from Odoo 18 events, you can leverage the event module’s built-in functionality and potentially integrate with other modules like CRM or marketing automation. Here’s a step-by-step guide: 1. Set up Events: – Create events with relevant details like name, start/end dates, location, and description. – Assign responsible users and categories for better […]
Odoo offers robust tools to manage sales commissions effectively. It provides flexibility to configure various commission structures based on different criteria like sales amount, product category, sales person, and more. Key Features and Configuration Commission Types: – Fixed Percentage: A set percentage of the total sales amount. – Product-based: Commission based on specific product margins […]
1. Open the Draft Invoice: Go to the “Sales” app and select “Invoices.” Find the draft invoice you want to pay and click on it to open it. 2. Open the Payment Register: In the invoice form, locate the “Payments” section. Click the “Register Payment” button. 3. Enter Payment Details: In the “Payment Register” window, […]
Odoo 18 Events PWA: Registration Desk Kiosk Odoo 18 Events provides a robust platform for managing events, including attendee registration. When combined with PWA (Progressive Web App) technology, it offers a streamlined, offline-capable solution for event registration desks. Kiosk mode transforms a device into a dedicated interface for specific tasks, in this case, attendee check-in. […]
Odoo 18: A Sneak Peek into the Latest Updates Odoo 18 is still under development, but there’s already a lot of buzz around its expected features. While the final release is still a few months away, we can glean some insights from the roadmap and various previews. Key Areas of Improvement Based on the […]
Calling all Odoo enthusiasts! Are you ready to unlock the potential of the latest version, Odoo 18? This episode is your one-stop shop for exploring all the exciting new features designed to streamline your business operations and boost efficiency. Get Ready for Enhanced Communication: We’ll kick things off by diving into the world of improved […]