Learn how to create a survey in Odoo 18 step by step. In this video, we’ll show you how to set up a new survey, add different question types, apply scoring or conditional logic, and share it with your audience. Whether you want to collect customer feedback, employee responses, or market research data, Odoo’s Survey […]
Set up No Validation for time off in Odoo! Instantly auto-approve leave requests without manager approval. Perfect for flexible HR policies! #Odoo18 #Odoo18Features #OdooTimeOff #NoValidationOdoo #OdooFunctionalTutorial #Odoo18Tutorials #OdooHR #Odoo18TimeOff #OdooERP #OdooLeaveManagement #Odoo18TimeOffTypes #TimeOff #NoValidation #Tutorial #OdooTutorials #FunctionalTutorials #NewFeatures #ReleaseDate #HR #ERP Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ […]
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 Odoo, a security file is typically a CSV file or XML that defines access control rules and record rules for different user groups. These files are used to restrict or grant permissions to models (tables) in the database. link: Types of Security Files in Odoo Access Control List (ACL) Files (ir.model.access.csv) Defines CRUD (Create, Read, […]
In Odoo, actions are predefined operations that determine what happens when a user interacts with a menu item, button, or other UI elements. Actions define how views, reports, wizards, or other operations behave in response to user input. Types of Actions in Odoo Window Actions (ir.actions.act_window) Used to open views (form, tree, kanban, etc.). Example: […]
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 […]
In the Odoo framework, “models” are used for structuring and managing data that the Odoo application stores. An Odoo model is a Python class that represents a database table. Odoo primarily uses three types of models: 1.models.Model (Regular Models): 2.models.TransientModel (Transient Models): 3.models.AbstractModel (Abstract Models): 1. Regular model/standard model The primary reason for using regular models is […]
In Odoo 18, costing methods determine how product costs are calculated and tracked within the inventory management system. Selecting the appropriate costing method is crucial for accurate inventory valuation and financial reporting. Odoo 18 offers three primary costing methods: Standard Price (Standard Costing): Description: In this method, each product is assigned a fixed cost manually. […]
‘Operation Type’ is the term used to describe several inventory operations. It can be picked up from the warehouse to deliver goods to customers. Or it can be a receipt to the warehouse or moving goods from one warehouse to another. Receipts, Internal Transfers, Delivery Orders, Manufacturing, Resupply Subcontractor, PoS Orders, Repairs, Dropship and Dropship […]
Odoo 18 provides a flexible system for managing user access rights, ensuring data security and efficiency within your accounting operations. Here’s a breakdown of the key aspects: User Types Internal User: This is the default user type for employees within your organization. Internal users have access to various modules and functionalities based on their assigned […]