diff --git a/crm_claim_categ_as_name/__openerp__.py b/crm_claim_categ_as_name/__openerp__.py index 99685c2e..8783b6f1 100644 --- a/crm_claim_categ_as_name/__openerp__.py +++ b/crm_claim_categ_as_name/__openerp__.py @@ -28,7 +28,7 @@ 'description': """ """, - 'author': 'akretion', + 'author': "akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com/', 'depends': ['crm_claim_rma'], 'init_xml': [], diff --git a/crm_claim_ext/__openerp__.py b/crm_claim_ext/__openerp__.py index 4cc620bf..03489286 100644 --- a/crm_claim_ext/__openerp__.py +++ b/crm_claim_ext/__openerp__.py @@ -29,7 +29,7 @@ Akretion - Emmanuel Samyn Add some fields to CRM claim : canal, spirit """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'depends': ['crm_claim'], 'init_xml': [], diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index e5882af9..cfd81912 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -44,7 +44,7 @@ in the module account from the addons. You can find the refactor at the revision on this branch : https://code.launchpad.net/~akretion-team/openobject-addons/openobject-addons-61-akretion """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'depends': ['sale','stock','crm_claim','product_warranty'], 'init_xml': ['rma_data.xml',], diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index b844f932..7e178232 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -31,7 +31,7 @@ Extend the product warranty management with warranty details on product / suppli * supplier warranty duration * return product to company, supplier, brand, other """, - 'author': 'esamyn', + 'author': "esamyn,Odoo Community Association (OCA)", 'website': 'http://www.erp-236.com', 'depends': ['product'], 'init_xml': [],