From: Tejas Tank Date: Mon, 1 Apr 2013 10:39:29 +0000 (+0530) Subject: [IMP] pos.session:Corrected tooltip for cash_register_difference field. X-Git-Tag: InsPy_master01~732^2~46 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=14e4841c83fd786a3f4b27abbf41274e0322320c;p=odoo%2Fodoo.git [IMP] pos.session:Corrected tooltip for cash_register_difference field. bzr revid: tta@openerp.com-20130401103929-tdpsfl7w8akhh4d8 --- diff --git a/addons/point_of_sale/point_of_sale.py b/addons/point_of_sale/point_of_sale.py index aab81fe..2688c19 100644 --- a/addons/point_of_sale/point_of_sale.py +++ b/addons/point_of_sale/point_of_sale.py @@ -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',