Browse Source

Add license key in __openerp__.py

pull/59/head
Yannick Vaucher 10 years ago
parent
commit
6836f14d78
  1. 1
      __unported__/account_financial_report/__openerp__.py
  2. 1
      __unported__/account_financial_report_horizontal/__openerp__.py
  3. 1
      account_chart_report/__openerp__.py
  4. 1
      account_export_csv/__openerp__.py

1
__unported__/account_financial_report/__openerp__.py

@ -28,6 +28,7 @@
"version": "2.0",
"author": "Vauxoo",
"website": "http://www.vauxoo.com",
"license": "GPL-3 or any later version",
"depends": ["base",
"account"
],

1
__unported__/account_financial_report_horizontal/__openerp__.py

@ -31,6 +31,7 @@ This is a port to OpenERP 7.0 of the horizontal financial reports
'Balance sheet' and 'Profit and Loss' as found in OpenERP 6.0.
""",
'website': 'https://launchpad.net/account-financial-report',
'license': 'AGPL-3',
'images': [],
"depends": ["account"],
'data': [

1
account_chart_report/__openerp__.py

@ -27,6 +27,7 @@
'category': 'Reports/pdf',
'author': 'Savoir-faire Linux',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
'depends': [
'base',
'account',

1
account_export_csv/__openerp__.py

@ -41,6 +41,7 @@
define a selection list to select report type
""",
'website': 'http://www.camptocamp.com',
'license': 'AGPL-3',
'data': [
'wizard/account_export_csv_view.xml',
'menu.xml',

Loading…
Cancel
Save