The __manifest__.py file provides metadata about your module. Populate it with relevant information { { ‘name’: “College ERP”, ‘version’: “18.0.1.0.1”, ‘license’: “LGPL-3”, ‘summary’: “””An erp for college education”””, ‘description’: “””From student administration to exam this covers all aspects of college”””, ‘author’: “CBMS Techno Solutions”, ‘category’: “Education”, ‘website’: ” ‘maintainer’: “CBMS Techno Solutions”, ‘sequence’: 1, ‘data’: [“security/ir.model.access.csv”, […]
“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 […]
The manifest file is an essential component of any Odoo module. It provides crucial information about the module, such as its name, version, dependencies, author, and other critical details. In this video, you will learn step-by-step how to create a manifest file for your Odoo 16 module. You will also learn how to fill in […]