How to Activate Debug Mode in Odoo 18 | Odoo 18 New Features | Odoo 18 Tutorials | Odoo 18 Release – CBMS Odoo ERP

Odoo Debug Mode is a powerful tool that enables developers to inspect and modify the underlying code of Odoo applications. It provides detailed information about the system’s behavior, allowing developers to identify and fix issues more efficiently. Key Features of Odoo Debug Mode: – Detailed Logging: Enables the logging of various events and actions within […]

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