[IMP]: changes in manifest files

This commit is contained in:
Haresh Chavda 2018-10-18 13:07:44 +05:30
parent e95eb31946
commit 544dc9cea1
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,8 @@ Send KPI Digests periodically
=============================
""",
'version': '1.0',
'author': 'Odoo SA, FlectraHQ',
'summary': 'Get KPIs sent by email periodically according to your preferences',
'depends': [
'mail',
'portal',

View File

@ -202,9 +202,7 @@ class EventEvent(models.Model):
@api.model
def _tz_get(self):
a = [(x, x) for x in pytz.all_timezones]
print("\n\n\n=================>>>>>>.", a)
return a
return [(x, x) for x in pytz.all_timezones]
@api.one
@api.depends('date_tz', 'date_begin')