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