🎥 Welcome to CBMS. In this tutorial, you’ll learn how to add an image field in a form view in Odoo 18 — step by step. Whether you’re customizing your own module or enhancing an existing model, this guide will help you integrate image fields seamlessly in your Odoo applications. 📌 In this video, you’ll […]
The Date & Time field is used to select a date on a calendar and a time on a clock. The user’s current time is automatically used if no time is set. Tip As well as general properties, some specific properties are available for Date & Time fields that have the Date & Time or Date Range widget set. Date Range (daterange) The Date Range widget is used […]
college_erp/security: id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_college_student,access.college.student,college_erp.model_college_student,base.group_user,1,1,1,1 __manifest__.py ‘data’: [“security/ir.model.access.csv”, “views/college_student_views.xml”, “views/college_erp_menus.xml”, ], #Odoo18 #OdooSecurity #AccessRights #OdooTutorial #OdooDevelopment #OdooTechnical #ERP #BusinessSoftware #OpenSource #SoftwareTutorial #DataSecurity #OdooNewFeatures #OdooReleaseDate #Odoo18TechnicalTutorials #Odoo18Tutorials #Odoo18Development #Odoo18AccessRights #Odoo18Security #Odoo18NewFeatures #OdooTechnicalTutorial #Odoo18ERP #OpenSourceERP Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #EP15 #Add #Access #Rights #Odoo […]
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 […]
“Hey there, Odoo enthusiasts! 🚀 Welcome to CBMS , your ultimate guide to mastering Odoo development! Whether you’re a beginner or an expert, you’re in the right place!” In this tutorial, we’ll build a Custom College ERP Module in Odoo 18 – from scratch!” We’ll cover module structure, models, views, menus, and security – so […]
In this video, we are discussing the difference between a computed field and an on-change field, how values are fetched into it, and its use cases. #odoo15videos #odooonchange #odoocompute #odoo15onchange #odoo15compute #apionchange #depends Connect With Us: ➡️Website: ➡️Email: info@mycbms.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: What is onchange function? What is compute function? What is compute […]
Odoo ERP Integration Odoo is the world’s easiest all-in-one management software. Odoo can integrate with third-party software to offer you a complete suite of business applications To help you grow your business. Odoo Integrations is easy to configure. Odoo Integrations help to manage your entire business from one platform. Payment Gateway Integrations We design gateways […]
Sometimes in certain cases, we might need to make all fields of a model readonly in a particular state or a condition. This video discusses on how to do that without having to give conditions for each field in the model to be readonly. It’s done bypassing “turn_view_readonly” through context. Watch the full video to […]