[IMP] change the 'property on lines' label for the more explicit 'product properties on order lines' in the sale config wizard

bzr revid: abo@openerp.com-20120803131125-86daukl9z82eoiwg
This commit is contained in:
Antonin Bourguignon 2012-08-03 15:11:25 +02:00
parent 1fa61a5f40
commit 566dce9c37
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class sale_configuration(osv.osv_memory):
'group_sale_delivery_address': fields.boolean("allow a different address for delivery and invoicing ",
implied_group='sale.group_delivery_invoice_address',
help="Allows you to specify different delivery and invoice addresses on a sale order."),
'group_mrp_properties': fields.boolean('properties on lines',
'group_mrp_properties': fields.boolean('product properties on order lines',
implied_group='sale.group_mrp_properties',
help="Allows you to tag sale order lines with properties."),
'group_discount_per_so_line': fields.boolean("allow setting a discount on the sale order lines",