How to Get Pictures From Google Image in Odoo 18 | Odoo 18 Features | Odoo 18 Release Date | Odoo 18 – CBMS Odoo ERP

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 […]

Get JSON Data by Changing the URL in Odoo 18 | Odoo 18 New Features | Odoo 18 Release Date | Odoo 18 – CBMS Odoo ERP

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 18 Inventory | Odoo 18 New Features | Odoo 18 Inventory| Odoo 18 Release – CBMS Odoo ERP

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 […]

Top Bar in Odoo 18 Project App | Odoo 18 Project Management | Odoo 18 New Features | Odoo 18 Release – CBMS Odoo ERP

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 […]

Loan Management in Odoo 18 Accounting | New Loan Management Feature in Odoo 18| Odoo 18 New Features – CBMS Odoo ERP

Odoo 18 Accounting provides a comprehensive loan management system that allows you to effectively track and manage loans within your organization. Here are the key features and functionalities of loan management in Odoo 18 Accounting: 1. Loan Creation and Management: – Create new loans with detailed information such as loan amount, interest rate, repayment schedule, […]

How to Generate Leads in Odoo 18 Event App | Lead Generation in Odoo 18 Event | Odoo 18 New Features – CBMS Odoo ERP

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 […]

How to Register Payment Against Draft Invoice in Odoo 18| Odoo 18 New Features| Odoo 18 Release Date – CBMS Odoo ERP

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 New HTML Editor | HTML Editor in Odoo 18 | Odoo 18 New Features | Latest Feature in Odoo 18 – CBMS Odoo ERP

Odoo offers several ways to work with HTML, depending on your specific needs and the module you’re using. Here’s a breakdown: 1. HTML/CSS Editor: – Provides a dedicated tool for advanced customization of your website’s appearance. – Allows direct editing of HTML and CSS code. – Offers a code editor interface for precise control over […]

How to Create & Manage Combo Products in Odoo 18 | Combo Products in Odoo 18| Odoo 18 New Features – CBMS Odoo ERP

Combo products in Odoo 18 are a powerful tool that allows you to create and sell bundles of products or services as a single unit. This feature can be beneficial for various business scenarios, such as: Product bundles: Offering a group of related products at a discounted price. Service packages: Bundling multiple services into a […]