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 Manage Empty Location in Odoo 18 Inventory | How to Filter Zero Stock in Odoo 18 | Odoo 18 – CBMS Odoo ERP

Odoo’s “Empty Location” is a special location that can be used to represent various scenarios where a physical location is not applicable or desired. It’s a versatile tool that can be used in different contexts within your Odoo system. 1. Products without a Physical Location: Virtual Products: If you sell digital products or services that […]

How to Translate Odoo 18 Website in Any Language with AI | Translation with AI in Odoo 18 Website – CBMS Odoo ERP

Odoo 18 offers a robust translation framework that leverages AI to enhance the translation process. Here are the key features and functionalities: Translation Management: Centralized Translation Platform: Odoo provides a centralized platform where you can manage all your translations, including creating new translations, reviewing existing ones, and assigning tasks to translators. Translation Workflow: You can […]

Revamp in Odoo 18 Debug | Odoo 18 New Features | Odoo 18 Release Date | Odoo 18 Debug Mode – CBMS Odoo ERP

Odoo 18 offers a revamped Debug mode that provides enhanced features and tools for developers to efficiently identify and fix issues within their Odoo applications. Here’s a breakdown of the key improvements and functionalities: 1. Enhanced Debugger: – Step-by-Step Execution: Navigate through your code line by line, examining variable values and function calls at each […]

Odoo 18 Filter Persistence | Odoo 18 New Features | Filter Persistence in Odoo 18 | Odoo 18 Release – CBMS Odoo ERP

Filters are the criteria you apply to search and view specific data in Odoo 18. When you use the back button, filter persistence ensures that your previously applied filters are retained, making navigation and data exploration more efficient. Enabling Filter Persistence: Access the Settings: Go to Settings — Technical — System Parameters. Locate the Parameter: […]

How to Customize Your Own Apps in Odoo 17 Studio | EP-1 Customize Your App | Odoo 17 Studio Module – CBMS Odoo ERP

Odoo Studio is a powerful tool within the Odoo platform that allows you to customize and extend the functionality of your Odoo applications without writing any code. It provides a user-friendly interface where you can drag and drop elements, configure fields, create custom actions, and design your own workflows. Key features and capabilities of Odoo […]

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