mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract: Use keyword argument
This commit is contained in:
@@ -326,7 +326,7 @@ class AccountAnalyticAccount(models.Model):
|
||||
('date_end', '=', False),
|
||||
('date_end', '>=', today),
|
||||
])
|
||||
return contracts.recurring_create_invoice(limit)
|
||||
return contracts.recurring_create_invoice(limit=limit)
|
||||
|
||||
@api.multi
|
||||
def action_contract_send(self):
|
||||
|
||||
Reference in New Issue
Block a user