[IMP] pos.session:Corrected tooltip for cash_register_difference field.
authorTejas Tank <tta@openerp.com>
Mon, 1 Apr 2013 10:39:29 +0000 (16:09 +0530)
committerTejas Tank <tta@openerp.com>
Mon, 1 Apr 2013 10:39:29 +0000 (16:09 +0530)
bzr revid: tta@openerp.com-20130401103929-tdpsfl7w8akhh4d8

addons/point_of_sale/point_of_sale.py

index aab81fe..2688c19 100644 (file)
@@ -242,7 +242,7 @@ class pos_session(osv.osv):
         'cash_register_difference' : fields.related('cash_register_id', 'difference',
                 type='float',
                 string='Difference',
-                help="Difference between the closing cash control and the theorical balance.",
+                help="Difference between the closing cash control and the theoretical balance.",
                 readonly=True),
 
         'journal_ids' : fields.related('config_id', 'journal_ids',