Revamp in Odoo 18 Document | Odoo 18 New Features | Odoo 18 Release Date | Odoo 18 Document App – CBMS Odoo ERP

Odoo 18’s Document module, or Document Management, is a powerful tool for managing and organizing various types of documents within your business. It provides a centralized platform for storing, categorizing, sharing, and tracking documents of different formats, such as PDFs, Word documents, images, and more. For streamlined operations, such as approval processes – Document Storage: […]

How to Install Odoo 18 with Pycharm | Setup Odoo 18 Development Environment Using Pycharm in Ubuntu – CBMS Odoo ERP

How to Setup Odoo 18 Development Environment Using Pycharm in Ubuntu 22.04 Step 1: Download and install the Pycharm IDE PyCharm Community Edition Download sudo apt-get update  sudo apt-get upgrade sudo snap install pycharm-community –classic Step 2: Installing Python 3.12 To add the deadsnakes repository, use the following commands: sudo add-apt-repository ppa:deadsnakes/ppa  sudo apt-get update […]

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 Events PWA | Registration Desk Kiosk | Event Kiosk Mode in Odoo 18 | Odoo 18 New Features – CBMS Odoo ERP

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