[FIX] point_of_sale: updated the tooltip for the to weight option to make it clearer...
authorFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 19 Aug 2014 16:02:17 +0000 (18:02 +0200)
committerFrederic van der Essen <fva@openerp.com / fvdessen+o@gmail.com>
Tue, 19 Aug 2014 16:02:17 +0000 (18:02 +0200)
addons/point_of_sale/point_of_sale.py

index 36b949c..60e40d1 100644 (file)
@@ -1369,7 +1369,7 @@ class product_template(osv.osv):
         'income_pdt': fields.boolean('Point of Sale Cash In', help="Check if, this is a product you can use to put cash into a statement for the point of sale backend."),
         'expense_pdt': fields.boolean('Point of Sale Cash Out', help="Check if, this is a product you can use to take cash from a statement for the point of sale backend, example: money lost, transfer to bank, etc."),
         'available_in_pos': fields.boolean('Available in the Point of Sale', help='Check if you want this product to appear in the Point of Sale'), 
-        'to_weight' : fields.boolean('To Weigh', help="Check if the product should be weighted (mainly used with self check-out interface)."),
+        'to_weight' : fields.boolean('To Weigh With Scale', help="Check if the product should be weighted using the hardware scale integration"),
         'pos_categ_id': fields.many2one('pos.category','Point of Sale Category', help="Those categories are used to group similar products for point of sale."),
     }