Filters in Odoo 18 Spreadsheets | Odoo 18 Spreadsheets | Odoo 18 New Features | Odoo 18 Release Date – CBMS Odoo ERP

Odoo 18 offers a robust spreadsheet feature that allows you to manage and analyze data effectively. One of its powerful functionalities is filtering. This guide will walk you through the steps to filter your Odoo 18 spreadsheets efficiently. Basic Filtering – Open the Spreadsheet: Navigate to the desired spreadsheet within your Odoo instance. – Select […]

Sub Thread in Odoo 18 Discuss | Odoo 18 Features | Odoo 18 Release Date | Odoo 18 Discuss App – CBMS Odoo ERP

In Odoo Discuss, a subthread is a conversation within a larger, main thread. It’s a way to break down a complex discussion into smaller, more focused topics, making it easier to follow and manage. Here’s how subthreads work in Odoo Discuss: – Create a Main Thread: Start a new discussion by creating a main thread. […]

Animated GIF in Odoo 18 Discuss | Odoo 18 New Features | Odoo 18 Release Date | Odoo 18 Updates – CBMS Odoo ERP

hhh #Odoo18 #Odoo18Features #Odoo18Discuss #OdooUpdates #OdooRelease #AnimatedGIF #OdooTutorial #NewInOdoo18 #OdooERP #Odoo18ReleaseDate #odoo18 #animatedgifs #odoo #webdevelopment #odootips #odoocommunity #odootips #odoodev #odoolife #odoo18newfeatures #odoo18release #odoo18updates #odoo18tutorial #odoo18marketing #odoo18design Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Animated #GIF #Odoo #Discuss #Odoo #Features #Odoo #Release #Date #Odoo […]

How to Manage Split Delivery Orders in Odoo 18 | Split Delivery Orders in Odoo 18 | Odoo 18 Features – CBMS Odoo ERP

Split Delivery Orders in Odoo 18 is a feature that allows you to divide a single delivery order into multiple smaller orders. This can be useful in various scenarios, such as: Multiple Shipping Addresses: If a customer has ordered products that need to be shipped to different locations, you can split the delivery order to […]

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

Odoo 18 Point of Sale PWA | Odoo 18 POS Kiosk | New Features in Odoo 18 POS | Odoo 18 Features – CBMS Odoo ERP

Odoo 18 POS PWA Odoo 18 has introduced significant improvements to its POS system, including the development of a PWA. This means that your POS can function even without an active internet connection, providing uninterrupted service. Additionally, customers can install the POS app on their devices, offering a more seamless and native-like experience. Key benefits […]

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

Quoted Search for Exact Match in Odoo 18 | Odoo 18 New Features | Odoo 18 Expected Features |Odoo 18 – CBMS Odoo ERP

A quoted search for an exact match means enclosing your search term in quotation marks. This instructs the search engine to look for the exact phrase you entered, rather than individual words within the phrase.   Example: Regular search: “” This will return results containing the words “Aksa” and “Foster ” in any contact. Quoted […]