Browse Source

Merge pull request #59 from yvaucher/8.0-add-license-key

Add license key in __openerp__.py
pull/62/head
Pedro M. Baeza 10 years ago
parent
commit
0a2cab8e36
  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", "version": "2.0",
"author": "Vauxoo", "author": "Vauxoo",
"website": "http://www.vauxoo.com", "website": "http://www.vauxoo.com",
"license": "GPL-3 or any later version",
"depends": ["base", "depends": ["base",
"account" "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. 'Balance sheet' and 'Profit and Loss' as found in OpenERP 6.0.
""", """,
'website': 'https://launchpad.net/account-financial-report', 'website': 'https://launchpad.net/account-financial-report',
'license': 'AGPL-3',
'images': [], 'images': [],
"depends": ["account"], "depends": ["account"],
'data': [ 'data': [

1
account_chart_report/__openerp__.py

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

1
account_export_csv/__openerp__.py

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

Loading…
Cancel
Save