[FIX] lunch rec_name

bzr revid: al@openerp.com-20120731164433-03q57asaqkqr981r
This commit is contained in:
Antony Lesuisse 2012-07-31 18:44:33 +02:00
parent e1b50e304d
commit 049e716ab9
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class report_lunch_amount(osv.osv):
_name = 'report.lunch.amount'
_description = "Amount available by user and box"
_auto = False
_rec_name = "user"
_rec_name = "user_id"
_columns = {
'user_id': fields.many2one('res.users', 'User Name', readonly=True),