If you are using Odoo ERP software, working on custom modules and you have to create a custom module in Ubuntu Linux. You don't need to create it manually. Linux provides a command for it. Lets go to know about that command.
How to Create Module by Scaffold Command in Odoo
If you are using Ubuntu Linux server, use this blow command.
<odoo-bin file location> scaffold "module_name" <project location>
Example:
~/odoo/src/odoo-bin scaffold "module_name" ~/odoo/env/project_name/
