Aim of this script is to create a template/skeleton of the Odoo App. This will help begginers/junior devs to make Odoo Apps easier. Script creates structure of necessary folders and files so User can focus on developing. Feel free to join me to improve the script and popularise the Odoo itself
Script is creating folders and files that are inline with official coding guidelines (https://www.odoo.com/documentation/17.0/contributing/development/coding_guidelines.html)
Step 1 - download the script
sudo wget https://raw.githubusercontent.com/cierek/Odoo-app-maker/main/odoo-app-maker.sh
Step 2 - modify the script
Feel free to modify accordinfg to your needs such as different app name/removal of unnecessary folders/files
Step 3 - make script executable
sudo chmod +x odoo-app-maker.sh
Step 4 - execute the script
sudo ./odoo-app-maker.sh
https://odoo.com/ - Official Odoo Page