Odoo 18 Roles This video is all about Roles in Odoo 18. Secure your Odoo 18 with User Roles! Learn how to manage permissions, understand pre-defined roles, create custom access, and assign roles to your team. Ensure data integrity and efficient workflows by mastering Odoo’s user role system. Watch now for a quick overview of […]
All-in-one business software for your dream business | Best Software Tool For Your Business 2025? The business world of 2025 demands more than just separate tools. Discover why Odoo’s integrated platform is becoming essential for success. We’ll explore how it tackles data overload, empowers remote teams, meets rising customer expectations, and prepares you for future […]
Stop the Scheduling Chaos! Learn to Effortlessly Add Shifts in Odoo 18 Planning Module Tired of messy spreadsheets and scheduling headaches? This video provides a clear, step-by-step tutorial on how to add new shifts in the powerful Odoo 18 Planning module. Whether you’re a small business owner, HR manager, or team leader, mastering this essential […]
What is a Form View in Odoo? In Odoo, a form view is one of the primary UI components used to display and interact with a single record of a model. It’s used when users want to create, read, update, or delete (CRUD) detailed information about a specific item—such as a product, customer, sales order, […]
Tired of recreating the same spreadsheets in Odoo 18 Documents? Discover the time-saving magic of Spreadsheet Templates! In this video, we’ll show you step-by-step how to: Create your custom spreadsheet templates from existing spreadsheets. Effortlessly use templates to generate new spreadsheets in seconds. Manage and edit your templates to keep them up-to-date. Stop starting from […]
Need to swap a shift? See how easy it is for employees to unassign themselves from shifts directly within Odoo’s Planning module. This quick demo shows the simple steps, promoting flexibility and empowering your team. #Odoo18 #OdooTutorial #ShiftManagement #EmployeeSelfService #NewFeatures #OdooPlanning #FunctionalTutorial #OdooReleaseDate #Odoo18Tutorials #Odoo18Planning #Odoo18NewFeatures #Odoo18Tutorials #ShiftManagementOdoo18 #Odoo18ReleaseDate #Odoo18FunctionalTutorials #OdooERP #OdooTips #Odoo18Updates Connect With […]
This is the most common and recommended way. In your module’s XML file where you define the menu item, you can use the web_icon attribute. The value of this attribute should point to the icon you want to use * your_module_name: The technical name of your module. * static/description/icon.png: The path to your icon file […]
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’, […]