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 […]
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: ✨ […]
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: ➡️ […]
Requesting time off in Odoo made easy! See how employees select leave types, specify dates, and submit for approval. Track status and see it on your calendar. #Odoo18 #OdooTimeOff #TimeOffRequest #Odoo18Features #OdooHR #OdooTutorials #Odoo18TimeOff #LeaveManagement #EmployeeManagement #OdooTips #Odoo18Timeoff #TimeOff #Odoo18Tutorial #OdooTutorial #HR #LeaveManagement #NewFeatures #Productivity #BusinessSoftware Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com […]
In this video, learn how to do set up lead times so Odoo can recommend you the best dates to order your products! 0:00 – Introduction 2:00 – Lead Times Setup 3:03 – Forecasted Dates & Replenishment 4:18 – RFQ Deadlines 6:30 – Conclusion **Check out more Odoo tutorials** – Vendor Pricelist: – Manual reordering […]
In this video, we’re diving into Incoming Shipments in the Odoo 18 Inventory module—how the 1-step, 2-step, and 3-step receiving processes work, when to use each one, and how to manage them efficiently within your warehouse. Whether you’re simply receiving goods into stock or implementing a detailed quality control process before storage, Odoo provides the […]
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 […]