[ADD]:Added Upstream Patch for sales_team
This commit is contained in:
parent
794925b329
commit
c4e1876a27
@ -221,7 +221,7 @@ class CrmTeam(models.Model):
|
|||||||
|
|
||||||
self.ensure_one()
|
self.ensure_one()
|
||||||
values = []
|
values = []
|
||||||
today = date.today()
|
today = fields.Date.from_string(fields.Date.context_today(self))
|
||||||
start_date, end_date = self._graph_get_dates(today)
|
start_date, end_date = self._graph_get_dates(today)
|
||||||
graph_data = self._graph_data(start_date, end_date)
|
graph_data = self._graph_data(start_date, end_date)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user