Table Name: tabModule Def
Sr | Fieldname | Type | Label | Options |
---|---|---|---|---|
1 | module_name |
Data | Module Name | |
2 | app_name |
Data | App Name |
Inherits from frappe.model.document.Document
Adds to [app]/modules.txt
Creates a folder [app]/[module]
and adds __init__.py
If in developer_mode
, create folder for module and
add in modules.txt
of app if missing.