Initial ERPNext custom app scaffold
This commit is contained in:
10
ns_app/hooks.py
Normal file
10
ns_app/hooks.py
Normal file
@@ -0,0 +1,10 @@
|
||||
app_name = "ns_app"
|
||||
app_title = "NS App"
|
||||
app_publisher = "NS Innovations"
|
||||
app_description = "Custom ERPNext extensions"
|
||||
app_email = "dev@nsinnovations.net"
|
||||
app_license = "MIT"
|
||||
|
||||
app_include_js = [
|
||||
"/assets/ns_app/js/custom.js"
|
||||
]
|
||||
Reference in New Issue
Block a user