openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21521
[Bug 1099620] Re: [7.0]Attempting to get Meeting Reminders to email out not possible
** Changed in: openobject-server
Importance: Undecided => Low
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
** Changed in: openobject-server
Importance: Low => Medium
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1099620
Title:
[7.0]Attempting to get Meeting Reminders to email out not possible
Status in OpenERP Server:
Confirmed
Bug description:
1) There is no field visible to choose between reminder types for a crm_meeting.
Select a customer -> click meetings button -> click create .. options tab ..
Underlying options for base_calendar are
'action': fields.selection([('audio', 'Audio'), ('display', 'Display'), \
('procedure', 'Procedure'), ('email', 'Email') ], 'Action', \
and the default in base_calendar is email. This however is overridden
in do_alarm_create and hardcoded to 'display'
2) What happens is that as soon as the Run Event Reminder Scheduler is
run the alarm is set to status done and that is it .. (What should
display do?)
If we force the setting to email (instead of display) - the email is
sent out immediately when the Run Event Reminder Scheduler is run.
If we try to add the field for choice to the view the xml is invalid
(probably because the field is called action?)
3) I expect a choice of reminder type and for a reminder to be
emailed / shown etc
4) Ubuntu / Openerp 7.0
5) (Build 1731)
server (4786)
addons (8577)
web (3701)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1099620/+subscriptions
References