AI in Odoo 19 | Artificial Intelligence in Odoo 19 | AI Features in Odoo 19 | What is AI in Odoo 19 – CBMS Odoo ERP

Odoo  come with extensive built-in AI features , but you can integrate AI into Odoo for several use cases. 1. Chatbot & NLP (Natural Language Processing) Integration with tools like Gemini and ChatGPT to provide smart chatbots on your website. AI-powered live chat with lead qualification. 2. OCR & Document Automation Use of AI for […]

How to Create, Use & Manage Spreadsheet Template in Odoo 18 Documents | Odoo 18 Documents Tutorials – CBMS Odoo ERP

Tired of recreating the same spreadsheets in Odoo 18 Documents? Discover the time-saving magic of Spreadsheet Templates! In this video, we’ll show you step-by-step how to: Create your custom spreadsheet templates from existing spreadsheets. Effortlessly use templates to generate new spreadsheets in seconds. Manage and edit your templates to keep them up-to-date. Stop starting from […]

How an Employee Can Unassign a Shift in Odoo 18 | Odoo 18 Planning Tutorials | Odoo 18 New Features – CBMS Odoo ERP

Need to swap a shift? See how easy it is for employees to unassign themselves from shifts directly within Odoo’s Planning module. This quick demo shows the simple steps, promoting flexibility and empowering your team. #Odoo18 #OdooTutorial #ShiftManagement #EmployeeSelfService #NewFeatures #OdooPlanning #FunctionalTutorial #OdooReleaseDate #Odoo18Tutorials #Odoo18Planning #Odoo18NewFeatures #Odoo18Tutorials #ShiftManagementOdoo18 #Odoo18ReleaseDate #Odoo18FunctionalTutorials #OdooERP #OdooTips #Odoo18Updates Connect With […]

EP-16 How to Set Icon for a Menu in Odoo 18 | Odoo 18 Menus & Icons | Odoo 18 Technical Tutorials – CBMS Odoo ERP

This is the most common and recommended way. In your module’s XML file where you define the menu item, you can use the web_icon attribute. The value of this attribute should point to the icon you want to use  * your_module_name: The technical name of your module.  * static/description/icon.png: The path to your icon file […]

ESG in Odoo 19 | Environment, Social & Government Factors in Odoo 19 | Odoo 19 New Features| Odoo 19 – CBMS Odoo ERP

In Odoo, ESG typically refers to Environmental, Social, and Governance factors—non-financial metrics used to evaluate a company’s ethical and sustainability performance. While Odoo 19 have a built-in module explicitly labeled “ESG” in its standard apps, it can support ESG tracking and reporting. How ESG Can Be Managed in Odoo: 1. Environmental Inventory & Manufacturing: Track resource […]

How to Manage Upselling in Odoo 18 Sales App | Order to Upsell Feature Explained – CBMS Odoo ERP

In this video, we’re diving into how to manage upselling efficiently in Odoo 18 using the Order to Upsell feature. Whether you’re delivering more than what was originally ordered or offering prepaid services that go beyond the initial agreement, this tool helps you capture and invoice those extra sales—seamlessly and accurately. What You’ll Learn: ✨ […]

How to Create Activity Plan in Odoo 18 Project | Odoo 18 Project Tutorials | Odoo 18 Functional – CBMS Odoo ERP

Master your project tasks with Odoo’s Activity Plan! Organize, assign, and track everything in one place. #Odoo18 #ProjectManagement #ActivityPlan #OdooTutorial #OdooFeatures #OdooFunctional #NewRelease #ProjectPlanning #BusinessSoftware #ERP #Odoo18ProjectTutorials #OdooProjectTutorial #Odoo18Features #ActivityPlanOdoo #Odoo18Project #OdooFunctionalTutorial #OdooERP #OdooRelease2025 #OdooTutorials #cybrosys Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: […]

EP-21 How to Create & Add Fields in Odoo 18 | Fields in Odoo 18 | Odoo 18 Technical Tutorials – CBMS Odoo ERP

college_student.py admission_no = fields.Char(string=”Admission Number”, required=True) admission_date = fields.Date(string=”Admission Date”, required=True) first_name = fields.Char(string=”First Name”, required=True) last_name = fields.Char(string=”Last Name”, required=True) father_name = fields.Char(string=”Father’s Name”, required=True) mother_name = fields.Char(string=”Mother’s Name”, required=True) communication_address = fields.Text(string=”Communication Address”, required=True) street = fields.Char() street2 = fields.Char() zip = fields.Char() city = fields.Char() country_id= fields.Many2one(‘res.country’) state_id = fields.Many2one(‘res.country.state’, ‘Fed. State’, […]