summaryrefslogtreecommitdiff
path: root/fixco_custom
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_custom
parent1df0e8445f89f2be188a6a2dae54d044288a756c (diff)
fix error cant install apps
Diffstat (limited to 'fixco_custom')
-rw-r--r--fixco_custom/__manifest__.py4
1 files changed, 2 insertions, 2 deletions
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',
}