diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py
index 24defb39..2dd4c991 100644
--- a/crm_claim_rma/__openerp__.py
+++ b/crm_claim_rma/__openerp__.py
@@ -43,9 +43,9 @@ It mainly contain the following features:
Using this module make the logistic flow of return this way:
- * Returning product goes into Stock or Supplier location with a incoming shipment (depending
- on the settings of the supplier info in the product form)
- * You can make a delivery from the RMA to send a new product to the Customer
+* Returning product goes into Stock or Supplier location with a incoming shipment (depending
+ on the settings of the supplier info in the product form)
+* You can make a delivery from the RMA to send a new product to the Customer
""",
'author': 'Akretion, Camptocamp',
diff --git a/crm_claim_rma/crm_claim_rma_view.xml b/crm_claim_rma/crm_claim_rma_view.xml
index d6313373..11a5c106 100644
--- a/crm_claim_rma/crm_claim_rma_view.xml
+++ b/crm_claim_rma/crm_claim_rma_view.xml
@@ -188,6 +188,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
CRM - Claim product return Formcrm.claim
@@ -209,6 +259,35 @@
+
+
+
+
+
+
+
+
+
@@ -227,61 +306,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/crm_claim_rma/wizard/claim_make_picking.py b/crm_claim_rma/wizard/claim_make_picking.py
index 2438ae9e..1f7138e2 100644
--- a/crm_claim_rma/wizard/claim_make_picking.py
+++ b/crm_claim_rma/wizard/claim_make_picking.py
@@ -1,25 +1,24 @@
# -*- coding: utf-8 -*-
-#########################################################################
-# #
-# #
-#########################################################################
-# #
-# crm_claim_rma for OpenERP #
-# Copyright (C) 2009-2012 Akretion, Emmanuel Samyn, #
-# Benoît GUILLOT #
-#This program is free software: you can redistribute it and/or modify #
-#it under the terms of the GNU General Public License as published by #
-#the Free Software Foundation, either version 3 of the License, or #
-#(at your option) any later version. #
-# #
-#This program is distributed in the hope that it will be useful, #
-#but WITHOUT ANY WARRANTY; without even the implied warranty of #
-#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
-#GNU General Public License for more details. #
-# #
-#You should have received a copy of the GNU General Public License #
-#along with this program. If not, see . #
-#########################################################################
+##############################################################################
+#
+# Copyright 2013 Camptocamp
+# 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
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+##############################################################################
from openerp.osv import fields, orm, osv
from openerp.tools import DEFAULT_SERVER_DATE_FORMAT, DEFAULT_SERVER_DATETIME_FORMAT
from openerp import netsvc
diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py
index 9b519260..a866f5cb 100644
--- a/product_warranty/__openerp__.py
+++ b/product_warranty/__openerp__.py
@@ -34,7 +34,7 @@ Extend the product warranty management with warranty details on product / suppli
* supplier warranty duration
* return product to company, supplier, other
-Thos informationy are used in the RMA Claim (Product Return Management) module.
+Those informations are used in the RMA Claim (Product Return Management) module.
""",
'author': 'Akretion',