[FIX] remove method=True in fields.function

bzr revid: rco@openerp.com-20110704140546-r7o4hj0bnxhkpggw
This commit is contained in:
Raphael Collet 2011-07-04 16:05:46 +02:00
parent eed7ef1307
commit 48b04d3d80
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class portal_override_menu(osv.osv):
_columns = {
'override_menu': fields.function(
_get_override_menu, fnct_inv=_set_override_menu,
type='boolean', method=True, string='Override Menu Action of Users',
type='boolean', string='Override Menu Action of Users',
help='Enable this option to override the Menu Action of portal users'),
}