[IMP] useability board amdin

bzr revid: fp@tinyerp.com-20111212162133-ykfruug7qns3fwe9
This commit is contained in:
Fabien Pinckaers 2011-12-12 17:21:33 +01:00
parent 0e089fddf7
commit 33642e464a
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class users(osv.osv):
selection=[('simple','Simplified'),('extended','Extended')],
string='Interface', help="OpenERP offers a simplified and an extended user interface. If you use OpenERP for the first time we strongly advise you to select the simplified interface, which has less features but is easier to use. You can switch to the other interface from the User/Preferences menu at any time."),
'menu_tips': fields.boolean('Menu Tips', help="Check out this box if you want to always display tips on each menu action"),
'date': fields.datetime('Last Connection', readonly=True),
'date': fields.datetime('Latest Connection', readonly=True),
}
def on_change_company_id(self, cr, uid, ids, company_id):