How to Configure Proforma Invoice in Odoo 18 Sales | Odoo 18 New Features | Odoo 18 Sales | Odoo 18 – CBMS Odoo ERP

A proforma invoice is a preliminary invoice that serves as a commercial document issued by a seller to a buyer. It outlines the terms and conditions of a potential sale, including the description of goods or services, quantity, price, and payment terms. However, unlike a regular invoice, a proforma invoice is not a legal document […]

Product Ribbons for Variants in Odoo 18 Website | Odoo 18 New Features | Odoo 18 Release Date – CBMS Odoo ERP

Create ribbons easily and apply them exclusively to product variants, not just product templates. #Odoo18 #ProductRibbons #OdooNewFeatures #OdooReleaseDate #OdooEcommerce #OdooTutorial #BusinessAutomation #EcommerceSolutions #OdooFeatures #OdooTips #odoo #odoodevelopment #productvariants #odoorelease #odoofeatures #odootipsandtricks #odoo18release #odoo18features Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Product #Ribbons #Variants #Odoo […]

How to Publish Job Position on Third-Party Job Board in Odoo 18 Recruitment | Odoo 18 New Features – CBMS Odoo ERP

In Odoo Recruitment, all job positions are shown on the default dashboard in the Recruitment app. This includes positions that are being actively recruited for, as well as inactive positions. Each job position is shown in an individual Kanban card. If the job position is active, and candidates can apply, a Published banner appears in the top-right corner of the […]

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

View Button in Odoo 18 Contact Module | View Button as Optional Column to Open Form View in Odoo 18 – CBMS Odoo ERP

View button is a new feature in odoo  18 contact module. Activate developer mode. Goto contact module — configuration — contact title. provides the ability to switch between the open_form_view button column and the list’s editable and debug-mode-activated states. When these criteria are met, the toggler appears inside the dropdown of the optional columns. Regarding the […]

How to Create Maintenance Request in Odoo 17 | Odoo 17 Maintenance App |Odoo 17 Functional Tutorials – CBMS Odoo ERP

Odoo 17 Maintenance module is designed to efficiently manage equipment upkeep and repair. A maintenance request is a formal record of a problem or required service for a piece of equipment. To create a maintenance request in Odoo 17, navigate to the Maintenance app and select “Maintenance Requests.” You’ll be prompted to provide details about […]

What is PLM Reporting (ECO) in Odoo 17 | Reporting Section of Odoo 17 PLM |Engineering Change Orders – CBMS Odoo ERP

Product Lifecycle Management (PLM) reporting, specifically Engineering Change Orders (ECOs), in Odoo 17 is a powerful feature that enables businesses to effectively manage and track changes to products, bills of materials, and documentation. This module streamlines the change management process, ensuring that all stakeholders are informed and aligned throughout the product lifecycle. What are the […]

How to Create a Sequence Number in Odoo 17 | Odoo 17 Technical Videos | Odoo 17 Development Tutorial – CBMS Odoo ERP

In Odoo, a sequence number serves as a unique identifier for records within specific models, ensuring each entry is distinct and sequentially ordered. This tutorial explores the creation and customization of sequence numbers in Odoo 17, focusing on their application in sales orders, purchases, and invoices. Discover how to personalize sequences with options like prefixing, […]