Jairo Llopis
6 years ago
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
1 changed files with
1 additions and
1 deletions
-
contract/models/account_analytic_account.py
|
@ -326,7 +326,7 @@ class AccountAnalyticAccount(models.Model): |
|
|
('date_end', '=', False), |
|
|
('date_end', '=', False), |
|
|
('date_end', '>=', today), |
|
|
('date_end', '>=', today), |
|
|
]) |
|
|
]) |
|
|
return contracts.recurring_create_invoice(limit) |
|
|
|
|
|
|
|
|
return contracts.recurring_create_invoice(limit=limit) |
|
|
|
|
|
|
|
|
@api.multi |
|
|
@api.multi |
|
|
def action_contract_send(self): |
|
|
def action_contract_send(self): |
|
|