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.
6.1
Alexandre Fayolle 10 years ago
parent
commit
142a18403a
  1. 2
      base_address_category/__openerp__.py
  2. 2
      base_partner_surname/__openerp__.py
  3. 2
      partner_address_ldap/__openerp__.py
  4. 2
      partner_auto_salesman/__openerp__.py

2
base_address_category/__openerp__.py

@ -36,7 +36,7 @@ Add categories on Address like there is on Partner.
This is interesting for managing mailling list based on address for example. This is interesting for managing mailling list based on address for example.
""", """,
"version": "1.2", "version": "1.2",
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
"category": "Generic Modules/Base", "category": "Generic Modules/Base",
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",
"depends": [ "depends": [

2
base_partner_surname/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Base Partner Surname", "name": "Base Partner Surname",
"version": "1.1", "version": "1.1",
"author": "Tiny, Serpent Consulting Services",
"author": "Tiny, Serpent Consulting Services,Odoo Community Association (OCA)",
"website": "http://www.openerp.com", "website": "http://www.openerp.com",
"category": "Generic Modules/Base", "category": "Generic Modules/Base",
"description": """ "description": """

2
partner_address_ldap/__openerp__.py

@ -34,7 +34,7 @@
{ {
"name": "Partner synchronization from OpenERP to ldap", "name": "Partner synchronization from OpenERP to ldap",
"version": "1.2", "version": "1.2",
"author": "Camptocamp",
"author": "Camptocamp,Odoo Community Association (OCA)",
"depends": ["base"], "depends": ["base"],
"category": "Generic Modules/Misc", "category": "Generic Modules/Misc",
"website": "http://www.camptocamp.com", "website": "http://www.camptocamp.com",

2
partner_auto_salesman/__openerp__.py

@ -25,7 +25,7 @@
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'complexity': "easy", 'complexity': "easy",
'description': """Fill the salesman field with the current user id""", 'description': """Fill the salesman field with the current user id""",
'author': 'Savoir-faire Linux',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'http://www.savoirfairelinux.com', 'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': ['base'], 'depends': ['base'],

Loading…
Cancel
Save