[IMP]: changes in manifest files
This commit is contained in:
parent
e95eb31946
commit
544dc9cea1
@ -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',
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user