diff --git a/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py b/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py index bc5f01c38..6053c3b81 100644 --- a/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py +++ b/__unported__/account_cancel_invoice_check_payment_order/__openerp__.py @@ -29,6 +29,7 @@ Prevents to cancel an invoice which has already been imported in a payment order. """, 'website': 'http://www.camptocamp.com', + 'license': 'AGPL-3', 'data': [], 'installable': False, 'active': False, diff --git a/__unported__/account_cancel_invoice_check_voucher/__openerp__.py b/__unported__/account_cancel_invoice_check_voucher/__openerp__.py index ac6d904ab..5cfd4f35c 100644 --- a/__unported__/account_cancel_invoice_check_voucher/__openerp__.py +++ b/__unported__/account_cancel_invoice_check_voucher/__openerp__.py @@ -30,6 +30,7 @@ Constraint forbidding to cancel an invoice already imported in bank statement with a voucher. """, 'website': 'http://www.camptocamp.com', + 'license': 'AGPL-3', 'date': [], 'installable': False, 'active': False, diff --git a/account_compute_tax_amount/__openerp__.py b/account_compute_tax_amount/__openerp__.py index 630099bf3..e439ea13e 100644 --- a/account_compute_tax_amount/__openerp__.py +++ b/account_compute_tax_amount/__openerp__.py @@ -24,6 +24,7 @@ "account"], "author": "Camptocamp", 'website': 'http://www.camptocamp.com', + 'license': 'AGPL-3', 'data': [], 'installable': True, 'active': False, diff --git a/account_invoice_constraint_chronology/__openerp__.py b/account_invoice_constraint_chronology/__openerp__.py index 46a44738b..e5b395040 100644 --- a/account_invoice_constraint_chronology/__openerp__.py +++ b/account_invoice_constraint_chronology/__openerp__.py @@ -33,6 +33,7 @@ "author": "ACSONE SA/NV", "maintainer": "ACSONE SA/NV", "website": "http://www.acsone.eu", + "license": "AGPL-3", "images": [], "category": "Accounting", "depends": ["account"], diff --git a/account_journal_period_close/__openerp__.py b/account_journal_period_close/__openerp__.py index fa90ca293..e444106ea 100644 --- a/account_journal_period_close/__openerp__.py +++ b/account_journal_period_close/__openerp__.py @@ -33,6 +33,7 @@ "author": "ACSONE SA/NV", "maintainer": "ACSONE SA/NV", "website": "http://www.acsone.eu", + "license": "AGPL-3", "images": [], "category": "Accounting", "depends": [ diff --git a/account_move_line_no_default_search/__openerp__.py b/account_move_line_no_default_search/__openerp__.py index 0f55825b2..cd4a9cb2b 100644 --- a/account_move_line_no_default_search/__openerp__.py +++ b/account_move_line_no_default_search/__openerp__.py @@ -33,6 +33,7 @@ disables the default search values for the dropdowns so that you do not have to disable these before entering your own search queries. """, 'website': 'http://therp.nl', + 'license': 'AGPL-3', 'depends': ['account'], 'js': ['static/src/js/move_line_search_view.js'], 'data': ['views/move_line_search_view.xml'] diff --git a/account_tax_analysis/__openerp__.py b/account_tax_analysis/__openerp__.py index 29ffaa9de..cd97382c1 100644 --- a/account_tax_analysis/__openerp__.py +++ b/account_tax_analysis/__openerp__.py @@ -23,6 +23,7 @@ "author": "Camptocamp SA", "category": 'Accounting & Finance', "website": "http://www.camptocamp.com", + "license": "AGPL-3", "data": ["account_tax_analysis_view.xml"], 'installable': True, "active": False, diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index a76020e10..adc3477b7 100644 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -23,6 +23,7 @@ "version": "0.7", "author": "Camptocamp", "website": "http://camptocamp.com", + "license": "AGPL-3", "category": "Financial Management/Configuration", "depends": [ "base",