Skip to content

Commit

Permalink
Merge pull request #47 from yvaucher/8.0-add-license-key
Browse files Browse the repository at this point in the history
Add license key in __openerp__.py
  • Loading branch information
yvaucher committed Feb 9, 2015
2 parents 370e089 + 7eaa5e2 commit 37bec69
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions __unported__/account_invoice_partner/__openerp__.py
Expand Up @@ -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,
}
1 change: 1 addition & 0 deletions __unported__/account_invoice_rounding/__openerp__.py
Expand Up @@ -48,6 +48,7 @@
'author': 'Camptocamp',
'maintainer': 'Camptocamp',
'website': 'http://www.camptocamp.com/',
'license': 'AGPL-3',
'depends': ['account'],
'data': ['res_config_view.xml'],
'test': [],
Expand Down
Expand Up @@ -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',
],
Expand Down
1 change: 1 addition & 0 deletions __unported__/payment_term_rounding/__openerp__.py
Expand Up @@ -25,6 +25,7 @@
'author': 'Camptocamp',
'maintainer': 'Camptocamp',
'website': 'http://www.camptocamp.com/',
'license': 'AGPL-3',
'depends': ['account'],
'data': ['account_view.xml'],
'test': [],
Expand Down
1 change: 1 addition & 0 deletions __unported__/product_customer_code_invoice/__openerp__.py
Expand Up @@ -23,6 +23,7 @@
"version": "1.0",
"author": "Agile Business Group",
"website": "http://www.agilebg.com",
"license": "AGPL-3",
"category": "Account",
"depends": [
'base',
Expand Down
1 change: 1 addition & 0 deletions account_invoice_merge/__openerp__.py
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions account_invoice_validation_workflow/__openerp__.py
Expand Up @@ -32,6 +32,7 @@
''',
'author': 'Camptocamp',
'website': 'http://camptocamp.com',
'license': 'AGPL-3',
'depends': ['account'],
'data': [
'invoice_wkf.xml',
Expand Down

0 comments on commit 37bec69

Please sign in to comment.