[FIX] typo

This commit is contained in:
Alexandre Fayolle
2013-06-08 11:45:59 +02:00
parent 982710ce2d
commit cadabaa6b2

View File

@@ -59,7 +59,7 @@ class CreditControlRun(orm.Model):
'in the meantime, it has to be handled '
'manually'),
readonly=True),
xs}
}
def _get_policies(self, cr, uid, context=None):
return self.pool['credit.control.policy'].search(cr, uid, [], context=context)