diff --git a/l10n_do_currency_update/__manifest__.py b/l10n_do_currency_update/__manifest__.py index 19db9eb..47cf35d 100644 --- a/l10n_do_currency_update/__manifest__.py +++ b/l10n_do_currency_update/__manifest__.py @@ -6,6 +6,7 @@ "author": "Indexa", "website": "https://www.indexa.do", "category": "Accounting", + "license": "LGPL-3", "version": "15.0.1.0.0", "depends": ["account"], "data": [ diff --git a/l10n_do_ncf_validation/__manifest__.py b/l10n_do_ncf_validation/__manifest__.py index bd00769..88cdb6f 100644 --- a/l10n_do_ncf_validation/__manifest__.py +++ b/l10n_do_ncf_validation/__manifest__.py @@ -3,6 +3,7 @@ "version": "15.0.1.0.1", "summary": "Validate NCF from external service", "category": "Extra Tools", + "license": "LGPL-3", "author": "Indexa", "website": "https://www.indexa.do", "depends": ["l10n_do_accounting"],