Browse Source

Add OCA as author of OCA addons

In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
pull/64/head
Alexandre Fayolle 9 years ago
parent
commit
c24c3a3203
  1. 2
      account_chart_report/__openerp__.py
  2. 2
      account_export_csv/__openerp__.py
  3. 2
      account_financial_report/__openerp__.py
  4. 2
      account_financial_report_webkit/__openerp__.py
  5. 2
      account_financial_report_webkit_xls/__openerp__.py
  6. 2
      account_journal_report_xls/__openerp__.py
  7. 2
      account_move_line_report_xls/__openerp__.py

2
account_chart_report/__openerp__.py

@ -38,7 +38,7 @@ Contributors
* Mathieu Benoit (mathieu.benoit@savoirfairelinux.com)
""",
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'http://www.savoirfairelinux.com',
'depends': [
'base',

2
account_export_csv/__openerp__.py

@ -25,7 +25,7 @@
'depends': [
'account',
],
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'description': """
Add a wizard that allow you to export a csv file based on accounting

2
account_financial_report/__openerp__.py

@ -26,7 +26,7 @@
{
"name": "Common financial reports",
"version": "2.0",
"author": "Vauxoo",
"author": "Vauxoo,Odoo Community Association (OCA)",
"website": "http://www.vauxoo.com",
"depends": ["base",
"account"

2
account_financial_report_webkit/__openerp__.py

@ -170,7 +170,7 @@ the header and footer are created as text with arguments passed to
wkhtmltopdf. The texts are defined inside the report classes.
""",
'version': '1.1.0',
'author': 'Camptocamp',
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'category': 'Finance',
'website': 'http://www.camptocamp.com',

2
account_financial_report_webkit_xls/__openerp__.py

@ -23,7 +23,7 @@
'name': 'Add XLS export to accounting reports',
'version': '0.4',
'license': 'AGPL-3',
'author': 'Noviat',
'author': "Noviat,Odoo Community Association (OCA)",
'category': 'Generic Modules/Accounting',
'description': """

2
account_journal_report_xls/__openerp__.py

@ -24,7 +24,7 @@
'name': 'Financial Journal reports',
'version': '0.2',
'license': 'AGPL-3',
'author': 'Noviat',
'author': "Noviat,Odoo Community Association (OCA)",
'category': 'Accounting & Finance',
'description': """

2
account_move_line_report_xls/__openerp__.py

@ -24,7 +24,7 @@
'name': 'Account Move Line XLS export',
'version': '0.6',
'license': 'AGPL-3',
'author': 'Noviat',
'author': "Noviat,Odoo Community Association (OCA)",
'category': 'Accounting & Finance',
'description': """
Journal Items Excel Export

Loading…
Cancel
Save