Skip to content
Snippets Groups Projects
Commit 2bd2bca2 authored by Antoine Vandevenne (anv)'s avatar Antoine Vandevenne (anv) Committed by Arnaud Joset
Browse files

[IMP] product: rename label sale price to sales price

task-2052537
parent 849be97f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment