diff --git a/__unported__/account_invoice_partner/__openerp__.py b/__unported__/account_invoice_partner/__openerp__.py index 58e87bae7963..871fa3e81b94 100644 --- a/__unported__/account_invoice_partner/__openerp__.py +++ b/__unported__/account_invoice_partner/__openerp__.py @@ -28,6 +28,7 @@ replace the partner by an invoice contact if found. """, 'website': 'https://launchpad.net/account-invoicing', + 'license': 'AGPL-3', 'depends': ['account'], 'installable': False, } diff --git a/__unported__/account_invoice_rounding/__openerp__.py b/__unported__/account_invoice_rounding/__openerp__.py index beb57c78c9c8..a6ad094a1ca8 100644 --- a/__unported__/account_invoice_rounding/__openerp__.py +++ b/__unported__/account_invoice_rounding/__openerp__.py @@ -48,6 +48,7 @@ 'author': 'Camptocamp', 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', + 'license': 'AGPL-3', 'depends': ['account'], 'data': ['res_config_view.xml'], 'test': [], diff --git a/__unported__/account_invoice_shipping_address/__openerp__.py b/__unported__/account_invoice_shipping_address/__openerp__.py index 1e5fd8417bee..79fa19f66c8b 100644 --- a/__unported__/account_invoice_shipping_address/__openerp__.py +++ b/__unported__/account_invoice_shipping_address/__openerp__.py @@ -30,6 +30,7 @@ "description": """This module adds a shipping address field to the invoice, also it fills it in sale and picking invoicing""", 'website': 'http://www.andreacometa.it', + 'license': 'AGPL-3', 'data': [ 'invoice_view.xml', ], diff --git a/__unported__/payment_term_rounding/__openerp__.py b/__unported__/payment_term_rounding/__openerp__.py index af3d29aa7efc..f3721a2a809c 100644 --- a/__unported__/payment_term_rounding/__openerp__.py +++ b/__unported__/payment_term_rounding/__openerp__.py @@ -25,6 +25,7 @@ 'author': 'Camptocamp', 'maintainer': 'Camptocamp', 'website': 'http://www.camptocamp.com/', + 'license': 'AGPL-3', 'depends': ['account'], 'data': ['account_view.xml'], 'test': [], diff --git a/__unported__/product_customer_code_invoice/__openerp__.py b/__unported__/product_customer_code_invoice/__openerp__.py index 117fea8f1776..588a0e8fac5e 100644 --- a/__unported__/product_customer_code_invoice/__openerp__.py +++ b/__unported__/product_customer_code_invoice/__openerp__.py @@ -23,6 +23,7 @@ "version": "1.0", "author": "Agile Business Group", "website": "http://www.agilebg.com", + "license": "AGPL-3", "category": "Account", "depends": [ 'base', diff --git a/account_invoice_merge/__openerp__.py b/account_invoice_merge/__openerp__.py index dd23a3616464..ca1ab2fdcb6d 100644 --- a/account_invoice_merge/__openerp__.py +++ b/account_invoice_merge/__openerp__.py @@ -26,6 +26,7 @@ 'category': 'Finance', 'author': 'Elico Corp', 'website': 'http://www.openerp.net.cn', + 'license': 'AGPL-3', 'depends': ['account'], 'data': [ 'wizard/invoice_merge_view.xml', diff --git a/account_invoice_validation_workflow/__openerp__.py b/account_invoice_validation_workflow/__openerp__.py index 4691f766bf4c..60d74788c250 100644 --- a/account_invoice_validation_workflow/__openerp__.py +++ b/account_invoice_validation_workflow/__openerp__.py @@ -32,6 +32,7 @@ ''', 'author': 'Camptocamp', 'website': 'http://camptocamp.com', + 'license': 'AGPL-3', 'depends': ['account'], 'data': [ 'invoice_wkf.xml',