summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fixco_api/__manifest__.py6
-rw-r--r--fixco_custom/__manifest__.py4
2 files changed, 5 insertions, 5 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',
}
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py
index a62957f..9fecf62 100644
--- a/fixco_custom/__manifest__.py
+++ b/fixco_custom/__manifest__.py
@@ -8,7 +8,7 @@
'author': 'Stephan Christianus',
'website': '',
'images': ['assets/favicon.ico'],
- 'depends': ['base','sale'],
+ 'depends': ['base', 'sale'],
'data': [
'security/ir.model.access.csv',
'views/res_partner.xml',
@@ -19,5 +19,5 @@
'installable': True,
'application': True,
'auto_install': False,
- 'license': '',
+ 'license': 'LGPL-3',
}