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

How to Create a Shift Using Pre-Created Shift Templates in Odoo 18 Planning | Odoo 18 Planning – CBMS Odoo ERP

Tired of manual scheduling? See how easy it is to add shifts in Odoo 18 using pre-built templates! #Odoo18 #OdooPlanning #ShiftTemplates #OdooTutorial #OdooFunctional #NewFeatures #Productivity #BusinessSoftware #ERP #OdooERP #Odoo18Planning #Odoo18NewFeatures #OdooPlanningModule #Odoo18ShiftTemplates #ShiftScheduling #Odoo18Tutorials #Odoo18Release #OdooFunctionalTutorial #Odoo18ERP Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ […]

How to Access Revenue Report in Odoo 18 Events | Odoo 18 Events | Odoo 18 Tutorials | Odoo 18 – CBMS Odoo ERP

Master the Revenues Report in Odoo 18 Events! This comprehensive guide walks you through: Accessing the Revenue Reporting page Understanding the default graph and pivot table views Utilizing key Measures (Revenues, Untaxed Revenues, Count) Applying Filters (e.g., ticket type, event date) Using Group By options (e.g., event, salesperson, ticket), Learn how to create custom reports […]

EP-20: What are the General Properties of a Field in Odoo 18 | What are Fields in Odoo 18 | Odoo 18 – CBMS Odoo ERP

Odoo 18 General Properties Invisible: Enable this property when it is not necessary for users to view a field on the UI. This helps declutter the UI by only showing the essential fields depending on a specific situation. The Invisible attribute also applies inside Studio. To view hidden fields in Studio, click on a view’s View tab and enable Show […]

Auto Plan Feature in Odoo 18 Planning Module | Odoo 18 Features | Odoo 18 Planning Tutorials – CBMS Odoo ERP

Tired of wrestling with schedules? This short video peeks at Odoo’s Auto Plan feature, and honestly, it’s like having a scheduling superhero in your corner. We’ll show you how it takes the pain out of planning production, maintenance, and juggling resources. See how it can smooth out your workflow, keep things running like clockwork, and […]

How to Create a Spreadsheet in Odoo 18 | Odoo 18 Documents Tutorials | Odoo 18 Features | Odoo 18 – CBMS Odoo ERP

Discover the power of the new and improved Spreadsheet module in Odoo 18! In this video, we’ll walk you through how to organize, analyze, and visualize data directly inside Odoo—without needing external tools like Excel or Google Sheets. ✅ What you’ll learn: How to link real-time data from Sales, CRM, Accounting & more Create dynamic […]

EP-19: What are Relational Fields in Odoo 18 | Odoo 18 Relational Fields Tutorials | Odoo 18 Videos – CBMS Odoo ERP

In Odoo, relational fields are fields that create a relationship between models (i.e., between different database tables). They’re used to link records from one model to another. This is one of the most powerful features in Odoo’s ORM (Object-Relational Mapping), making it easy to define and manage relationships between different business objects. There are three […]