[FIX] portal: typo makes prevents acquirer defaults from working

bzr revid: odo@openerp.com-20121121101210-1gtejd9u5blpb1o3
This commit is contained in:
Olivier Dony 2012-11-21 11:12:10 +01:00
parent 548994707f
commit f3bc4f4f41
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class acquirer(osv.Model):
'visible': fields.boolean('Visible', help="Make this payment acquirer available in portal forms (Customer invoices, etc.)"),
}
_default = {
_defaults = {
'visible': True,
}