Skip to content

Instantly share code, notes, and snippets.

View xAlphaOmega's full-sized avatar
🎯
Focusing

Alpha Omega xAlphaOmega

🎯
Focusing
  • United States of America
View GitHub Profile
@xAlphaOmega
xAlphaOmega / awesome-selfhosted-sorted-by-stars.md
Created November 11, 2019 07:12 — forked from kvnxiao/awesome-selfhosted-sorted-by-stars.md
awesome-selfhosted-sorted-by-stars.md

Awesome-Selfhosted

Awesome

Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.

This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free page.

See Contributing.

#https://www.odoo.com/documentation/11.0/howtos/backend.html
#odoo-bin scaffold <module name> <where to put it> eg odoo-bin scaffold openacademy addons
#python odoo-bin scaffold tool addons #{in cmd, put new tool folder in folder addons}
# ./odoo-bin scaffold module_name /odoo/odoo-server/addons/
#./odoo-bin scaffold <module_name> <destination path where you want to create>
python odoo-bin scaffold tool addons
https://hub.packtpub.com/building-your-first-odoo-application/
_name value is what will be used as an identifier for other odoo modules.