[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',
|
'version': '1.0',
|
||||||
|
'author': 'Odoo SA, FlectraHQ',
|
||||||
|
'summary': 'Get KPIs sent by email periodically according to your preferences',
|
||||||
'depends': [
|
'depends': [
|
||||||
'mail',
|
'mail',
|
||||||
'portal',
|
'portal',
|
||||||
|
@ -202,9 +202,7 @@ class EventEvent(models.Model):
|
|||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _tz_get(self):
|
def _tz_get(self):
|
||||||
a = [(x, x) for x in pytz.all_timezones]
|
return [(x, x) for x in pytz.all_timezones]
|
||||||
print("\n\n\n=================>>>>>>.", a)
|
|
||||||
return a
|
|
||||||
|
|
||||||
@api.one
|
@api.one
|
||||||
@api.depends('date_tz', 'date_begin')
|
@api.depends('date_tz', 'date_begin')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user