diff --git a/base_address_category/__openerp__.py b/base_address_category/__openerp__.py index 615633475..280a066bc 100644 --- a/base_address_category/__openerp__.py +++ b/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. """, "version": "1.2", - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "category": "Generic Modules/Base", "website": "http://www.camptocamp.com", "depends": [ diff --git a/base_partner_surname/__openerp__.py b/base_partner_surname/__openerp__.py index a06a8a7d2..224ed7f72 100755 --- a/base_partner_surname/__openerp__.py +++ b/base_partner_surname/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Base Partner Surname", "version": "1.1", - "author": "Tiny, Serpent Consulting Services", + "author": "Tiny, Serpent Consulting Services,Odoo Community Association (OCA)", "website": "http://www.openerp.com", "category": "Generic Modules/Base", "description": """ diff --git a/partner_address_ldap/__openerp__.py b/partner_address_ldap/__openerp__.py index 74ef41941..1ea6ffbe1 100644 --- a/partner_address_ldap/__openerp__.py +++ b/partner_address_ldap/__openerp__.py @@ -34,7 +34,7 @@ { "name": "Partner synchronization from OpenERP to ldap", "version": "1.2", - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "depends": ["base"], "category": "Generic Modules/Misc", "website": "http://www.camptocamp.com", diff --git a/partner_auto_salesman/__openerp__.py b/partner_auto_salesman/__openerp__.py index a3167c69d..77e7d2b96 100644 --- a/partner_auto_salesman/__openerp__.py +++ b/partner_auto_salesman/__openerp__.py @@ -25,7 +25,7 @@ 'category': 'Customer Relationship Management', 'complexity': "easy", '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', 'license': 'AGPL-3', 'depends': ['base'],