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 […]
In this video, it explains about how to build a custom module and basic python files, models, views, and security inside a module in Odoo 16 #odoo16developmentvideos Odoo is basically a web-based open source framework. which act as a solution for all business requirements. #odoo16videos Odoo modules are a set of business logic that helps […]
This video explains why versioning a module is necessary for odoo, Whenever a new module is developed or must evolve, the versioning policy should be respected. As modules (and the core framework itself) evolve, it is necessary to identify modules by their version so a sensible set of modules can be chosen for a particular […]
We perform tasks in Odoo with the help of modules. With the help of modules, we can customize or alter the existing behavior of Odoo or add new features to it. In this video, we will be seeing how we can create a module with its basic structure from scratch without using the scaffold command. […]