How to create a module using scaffold in Odoo 11 ?

Hi all, In this post i am going to show you how to create a new module sturcture using scaffold in Odoo 11. You can follow the below steps: 1. Open the terminal (Press Alt + T ) 2. Chane the directory to where the file odoo-bin resides, In my case this is the path, cd /home/opt/odoo 3. Type ./odoo-bin scaffold <module_name> <path_to_addons_folder> Ex, ./odoo-bin scaffold library /home/opt/odoo/custom_addons 4. 4. You're done.