[IMP] pos.session:Corrected tooltip for cash_register_difference field.

bzr revid: tta@openerp.com-20130401103929-tdpsfl7w8akhh4d8
This commit is contained in:
Tejas Tank 2013-04-01 16:09:29 +05:30
parent 3f6526d1f0
commit 14e4841c83
1 changed files with 1 additions and 1 deletions

View 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',