Merge "Cache invoices"

This commit is contained in:
Jenkins 2017-08-09 04:44:59 +00:00 committed by Gerrit Code Review
commit 5064f42c79
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class OdooDriver(driver.BaseDriver):
return detail_dict
@cache.memoize
def get_invoices(self, start, end, project_id, detailed=False):
"""Get history invoices from Odoo given a time range.