In Odoo development, a view is a way to define how data is presented to the user in the UI. Views are written in XML and determine the layout and behavior of forms, lists, kanban boards, and other UI components. Types of Views in Odoo Form View (form) Used to display a single record in […]
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’, […]
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: ➡️ […]
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 […]
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 […]
Adding a new line in Odoo Timesheets allows you to record a specific block of time spent on a particular task or project. You’ll typically select the date, the project and task you worked on, and then enter the duration of your work for that entry. This feature is essential for accurately tracking billable hours, […]
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 […]
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 […]