From a491bb65349f0eb58a8bd8fd61eacc62d42cfde6 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 15 May 2025 15:38:57 +0700 Subject: fix error cant install apps --- fixco_custom/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fixco_custom') 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', } -- cgit v1.2.3