diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index 6ffdaca7..f63f0296 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -51,7 +51,7 @@ Those informations are used in the RMA Claim (Product Return Management) module. 'test': [], 'installable': True, 'active': False, - 'certificate' : '', + 'certificate': '', 'images': ['images/product_warranty.png'], } diff --git a/product_warranty/res_company.py b/product_warranty/res_company.py index 30618813..a3625170 100644 --- a/product_warranty/res_company.py +++ b/product_warranty/res_company.py @@ -2,7 +2,7 @@ ############################################################################## # # Copyright 2013 Camptocamp -# Copyright 2009-2013 Akretion, +# Copyright 2009-2013 Akretion, # Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau, Joel Grand-Guillaume # # This program is free software: you can redistribute it and/or modify