summaryrefslogtreecommitdiff
path: root/fixco_api
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2025-05-15 15:38:57 +0700
committerstephanchrst <stephanchrst@gmail.com>2025-05-15 15:38:57 +0700
commita491bb65349f0eb58a8bd8fd61eacc62d42cfde6 (patch)
tree85386e264cebdb02732f07c3926a9f9d898a5ef1 /fixco_api
parent1df0e8445f89f2be188a6a2dae54d044288a756c (diff)
fix error cant install apps
Diffstat (limited to 'fixco_api')
-rw-r--r--fixco_api/__manifest__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/fixco_api/__manifest__.py b/fixco_api/__manifest__.py
index 590b505..f83dd68 100644
--- a/fixco_api/__manifest__.py
+++ b/fixco_api/__manifest__.py
@@ -1,9 +1,9 @@
{
- 'name': 'API Fixco',
+ 'name': 'Fixco API',
'version': '1.0',
'category': '',
'sequence': 1,
- 'summary': 'API Fixco',
+ 'summary': 'Fixco API',
'description': '',
'author': 'Stephan Christianus',
'website': '',
@@ -15,5 +15,5 @@
'installable': True,
'application': False,
'auto_install': False,
- 'license': '',
+ 'license': 'LGPL-3',
}