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