persona y dummy
This commit is contained in:
1
dummy_addon/__init__.py
Normal file
1
dummy_addon/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
# empty
|
||||
7
dummy_addon/__manifest__.py
Normal file
7
dummy_addon/__manifest__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Dummy Addon",
|
||||
"version": "1.0",
|
||||
"summary": "Empty addon to validate addons path",
|
||||
"depends": [],
|
||||
"installable": True
|
||||
}
|
||||
Reference in New Issue
Block a user