mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] canal is not a correct english word in this context, replaced by channel
(lp:c2c-addons/6.1 rev 89.2.2)
This commit is contained in:
@@ -61,11 +61,11 @@ class CreditControlPrinter(TransientModel):
|
||||
line_obj = self.pool.get('credit.control.line')
|
||||
if print_all:
|
||||
domain = [('state', '=', 'to_be_sent'),
|
||||
('canal', '=', 'manual')]
|
||||
('channel', '=', 'manual')]
|
||||
else:
|
||||
domain = [('state', '=', 'to_be_sent'),
|
||||
('id', 'in', active_ids),
|
||||
('canal', '=', 'manual')]
|
||||
('channel', '=', 'manual')]
|
||||
return line_obj.search(cr, uid, domain, context=context)
|
||||
|
||||
def print_lines(self, cr, uid, wiz_id, context=None):
|
||||
|
||||
Reference in New Issue
Block a user