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

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

How to Create a Task in a Particular Project in Odoo 18 | Odoo 18 Project Tutorials | Odoo 18 Shorts – CBMS Odoo ERP

Quickly create and assign tasks in your Odoo projects! See how easy it is to name what needs to be done and assign it to the right team members in just a few clicks. #Odoo #ERP #BusinessSoftware #ProjectManagement #Productivity #SoftwareTutorial #Odoo18 #Odoo18Project #Odoo18Tutorial #Odoo18NewFeatures #Odoo18ReleaseDate #TaskManagement #ProjectTasks #OdooShorts #HowToCreateTaskInOdoo18 #Odoo18ProjectTutorialForBeginners #OdooProjectManagementTips #Odoo18Tutorials #Odoo18Project #Odoo18Shorts #OdooTutorial […]

How to Manage Repair Orders in Odoo 18 Repairs | Odoo 18 Repair | How to Create a New Repair Order – CBMS Odoo ERP

This video guides you through the complete process of handling Repair Orders in Odoo 18 Repairs. We’ll cover: Creating a new Repair Order Adding products and parts Managing repair operations Confirming and starting repairs Ending the repair process And more! Streamline your after-sales service with Odoo 18. #Odoo18 #Repairs #RepairOrder #ERP #BusinessSoftware #SoftwareTutorial #TechTutorial #BusinessManagement […]

EP-12 How to Create a Window Action in Odoo 18 | Odoo 18 Development Tutorials | Odoo 18 Tutorials – CBMS Odoo ERP

Creating a Window Action in Odoo 18 involves defining an action that opens a view (like a list, form, kanban, etc.) for a particular model. Window actions are usually defined in XML and can also be created manually through the UI or programmatically using Python if needed. Here’s how you can create one via XML, […]

EP-11 What are Scheduled Actions in Odoo 18 | Actions in Odoo 18 | Odoo 18 Development Tutorials – CBMS Odoo ERP

In Odoo, a Scheduled Action (also called a cron job). Scheduled Actions in Odoo are automated tasks that run at set intervals without user input. They are used for things like sending reminder emails, updating reports, or cleaning up old data. You can set them up in Settings → Technical → Scheduled Actions, choosing: What […]

EP-8 What are Menus in Odoo 18 | What are the Different Types of Menus in Odoo | Odoo 18 Tutorials – CBMS Odoo ERP

In Odoo, a menu is a navigation element that allows users to access different modules, views, and functionalities. Menus help to structure the interface, making it easier to navigate through various features. Types of Menus in Odoo Main Menu (Top-Level Menu) Displays primary modules such as Sales, Purchase, Inventory, Accounting, etc. Found in the top navigation […]