mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Wizard to change the lines' state worked only on one line
This commit is contained in:
@@ -34,7 +34,7 @@ class CreditControlMarker(models.TransientModel):
|
||||
context.get('active_ids')):
|
||||
return False
|
||||
line_obj = self.env['credit.control.line']
|
||||
lines = line_obj.browse(context['active_id'])
|
||||
lines = line_obj.browse(context['active_ids'])
|
||||
return self._filter_lines(lines)
|
||||
|
||||
name = fields.Selection([('ignored', 'Ignored'),
|
||||
|
||||
Reference in New Issue
Block a user