[ADD]:Added Upstream Patch for sales_team

This commit is contained in:
Rutuba Chavda 2018-07-19 18:05:30 +05:30
parent 794925b329
commit c4e1876a27
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class CrmTeam(models.Model):
self.ensure_one()
values = []
today = date.today()
today = fields.Date.from_string(fields.Date.context_today(self))
start_date, end_date = self._graph_get_dates(today)
graph_data = self._graph_data(start_date, end_date)