diff --git a/addons/product/models/product_template.py b/addons/product/models/product_template.py
index a3c9b2aed60153f94930240ddfdc6348aeead741..fa34ae65a823a1395e07fbc718940ca6122dc61f 100644
--- a/addons/product/models/product_template.py
+++ b/addons/product/models/product_template.py
@@ -78,7 +78,7 @@ class ProductTemplate(models.Model):
         digits='Product Price')
     # list_price: catalog price, user defined
     list_price = fields.Float(
-        'Sale Price', default=1.0,
+        'Sales Price', default=1.0,
         digits='Product Price',
         help="Price at which the product is sold to customers.")
     # lst_price: catalog price for template, but including extra for variants
diff --git a/addons/product/views/product_views.xml b/addons/product/views/product_views.xml
index e9b9cbd1fe2bec3543fd9ceb413e155b7cdd5c7c..89614d2da418c08a863364c9251e7204eb348b10 100644
--- a/addons/product/views/product_views.xml
+++ b/addons/product/views/product_views.xml
@@ -47,7 +47,7 @@
                                 <group name="group_standard_price">
                                     <label for="list_price"/>
                                     <div name="pricing">
-                                      <field name="list_price" string="Sales Price" class="oe_inline" widget='monetary'
+                                      <field name="list_price" class="oe_inline" widget='monetary'
                                         options="{'currency_field': 'currency_id', 'field_digits': True}"/>
                                       <button name="open_pricelist_rules" icon="fa-arrow-right" type="object"
                                         groups="product.group_product_pricelist" class="oe_inline">