we can easily build a skelton structure for a module in odoo using scaffold commad. Here we can see how scaffilding works in odoo. goto odoo folder then enter the command ./odoo-bin scaffold module_name folder_name module_name - new module will be created as " module_name ",you can change it by your own needs. folder_name - new module will be created inside this folder.if you want to create new module inside existing directory you can replace this by your existing directory name. the module would be created as seen in the above picture. The modules were created automatically by odoo and you can edit the contents as required you can find more information and details in the official documentation.you can find more information and details in the official documentation. see: official documentation
Odoo for beginners blog gaves you an important informations about Odoo, Tips related to odoo,and new features of Odoo.Explore and Have Fun with Odoo