If you’re working with Odoo 18, here’s how to create a new user group—either via the user interface or via custom module development. 👉 Method 1: Create a Group Using the UI (No Code Needed) Activate Developer Mode Go to the Settings app and enable Developer Mode. This unlocks advanced menus and settings. Navigate to […]
How to Make Odoo Custom Module Development Simpler, Faster & Better – Get Started Today CBMS Assista: Odoo helper for VS Code – An intelligent code assistant designed to accelerate Odoo development in Visual Studio Code. Whether you’re building your first Odoo module or developing complex enterprise features, this extension streamlines your workflow with powerful […]
Discount Codes in Odoo 18 Sales: A Comprehensive Guide Odoo 18 offers robust features to implement discount codes in your sales process, enhancing customer engagement and boosting sales. Here’s a detailed guide on how to set up and utilize discount codes effectively: 1. Setting Up Discount Programs: * Navigate to Promotions: * Go to Sales […]
Understanding the Upgrade Code Command in Odoo 18 Odoo 18 introduced a new command-line tool, upgrade_code, designed to streamline the migration process from older Odoo versions. One of its primary functions is to automatically replace deprecated tree views with the newer list views. How to Use the upgrade_code Command * Open your terminal and navigate […]
Discover how to optimize your business operations with a step-by-step tutorial on email automation in Odoo 17. #odoo17 Learn to create tailored email templates, streamline outgoing email server configurations, and seamlessly integrate Python code to trigger email-sending events based on predetermined conditions. #odootutorials Enhance your efficiency by automating email communication processes, empowering your team to […]
#Odoo #POS #Restaurant #Employee #Change #Pin #Code
Generate a code on ticket in Odoo 17 POS is a new feature. This would generate a 5-digit unique code in the invoice. #odoo17 #odoofeatures #odooerp #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Generate #Code #Ticket #Odoo #PoS #Odoo #Features
Code profiling helps the developers to evaluate the performance of their code, the time taken to execute their program, the frequency of the function call, etc… Video Contents 00:00 Introduction to Code Profiling in Odoo 00:34 How to Enable profiling 01:51 What is Ir Profiling in Odoo 02:26 What is the Flame graph in Odoo […]
The need for profilers is very important for a programmer for the analysis of his program at different aspects. Code profiling helps us to analyze the time taken to execute a program, frequency of a function call, memory usage, complexity of a program, etc. Video Contents 00:00 Introduction 00:47 Graph a method: Produce a graph […]
The need for profilers is very important for a programmer for the analysis of his program in different aspects. Code profiling helps us to analyze the time taken to execute a program, frequency of a function call, memory usage, complexity of a program, etc. #odoo15developmentvideos Video Contents ————————- 0:00 Introduction (Profiling Odoo Code) 0:58 Installing […]