~product-core-editors/openerp-product-attributes/github-7.0

« back to all changes in this revision

Viewing changes to base_custom_attributes/__openerp__.py

  • Committer: Alexandre Fayolle
  • Date: 2015-03-02 16:26:36 UTC
  • Revision ID: git-v1:43a74b80f3230f6ecf7e9dac1c889ffc306ea8d5
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    'license': 'AGPL-3',
29
29
    'description': """This module adds the possibility to easily create custom attributes in any OpenERP business object. See the product_custom_attributes module for instance.
30
30
    """,
31
 
    'author': 'Akretion',
 
31
    'author': "Akretion,Odoo Community Association (OCA)",
32
32
    'website': 'http://www.akretion.com/',
33
33
    'depends': ['base'],
34
34
    'init_xml': [],