[FIX] contract: Correct references in the contract report

This commit is contained in:
Pedro M. Baeza
2018-01-03 19:26:09 +01:00
parent cb146a3aef
commit ae0bd20309
3 changed files with 3 additions and 4 deletions

View File

@@ -74,4 +74,3 @@ class AccountAnalyticContract(models.Model):
('type', '=', 'sale'),
('company_id', '=', company_id)]
return self.env['account.journal'].search(domain, limit=1)