In this video, learn how Odoo install odoo 19 on a server (*App documentation*). Step 1: Log in to the Ubuntu Server Before installing, you’ll need to log in to your Ubuntu 24.04 server. You can do this using SSH if you’re accessing the server remotely, or directly if you have physical access. Depending on your […]
Odoo is about to release its new version, Odoo 18. This version comes with many important functional and technical changes. This latest version promises to elevate the user experience and further streamline business operations. In this video, we will guide you on How to Install Odoo 18 on Ubuntu 24.04 LTS Server Step 1: Log in […]
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 […]
This video provides a step-by-step guide on how to install extra Python packages for Odoo development directly from PyCharm. By following these instructions, developers can efficiently manage their Odoo customization projects within the PyCharm environment, enhancing their productivity and ensuring the smooth integration of additional functionalities into the Odoo platform. #Odoo17 #Python #Pycharm #DevelopmentTutorial #OdooDevelopment […]
Themes play a significant role in the visual presentation and user experience. They define the layout, style, and overall appearance of the website, including aspects such as colors, fonts, and page structure. Installing a theme in Odoo involves adding a new theme module to your Odoo instance. You can find themes in the Odoo App […]
This video guides you through the installation process of Odoo 17. Version 17, the most recent edition of Odoo, has the greatest functionality and is the most well-known and capable version of the program for attaining the best possible business administration. Python 3.10+ is used for backend development in Odoo 17, PostgreSQL is used for […]
Odoo 16 comes with exciting new features, a better user experience, and more improvements in performance. Odoo 16 is the fastest, the most user-friendly, and the most high-end of its predecessor version. Odoo 16 ensures maximum performance and prominence in its line of work. This video describes how to install Odoo16. How to Install Odoo […]
In this video, it describes the installation of #odoo16 in ubuntu with pycharm configuration. It helps to clone the odoo 16 repo from GitHub, how to create a user, and its configuration. #odootutorials Video Chapters #installodoo —————————– 0:00 Introduction 2:05 Odoo 16 User 3:33 Clone the Branch 5:29 Odoo 16 Ui Connect With Us: ➡️Website: […]
This video discusses how to install a theme module in odoo 15 and how can we configure it. Video Content ———————— 0:00 – 0:36 – Introduction 0:37 – 2:00 – Installation 2:00 – 3:47 – Configuration Odoo Theme gives a minimal structure and layout. It has both frontend and backend. It helps to make the […]
For Some Customisations in Odoo, we are using extra python packages for its working . Also in the odoo requirements, we can see many python packages such as Babel, pydot, lxml, etc… This video, explains how to install python packages from the pycharm which helps for our odoo development. Video Contents 0:00-0:51 Introduction 0:52-2:49 Python […]