openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #03847
[Bug 815572] Re: The write_date trigger is missing in automated actions
Hello Yann,
Here you can find a module I just made, you might be interested:
lp:c2c-addons/6.0
module action_rule_trg_dates
It changes the selection list of date by a one2many dynamicaly filtered
on the selected model of your automated action.
In short it let you use all dates or datetime of any model.
Regards.
Yannick
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/815572
Title:
The write_date trigger is missing in automated actions
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Actually you can use 5 triggers to run an automated action
(base_action_rule)
'none', 'None'
'create', 'Creation Date'
'action_last', 'Last Action Date'
'date', 'Date'
'deadline', 'Deadline'
I think that the most important one, the write_date is missing as it
would allow to send an email after each changes.
nb: What's the difference between an automated mail action and a
server mail action ? (I'm asking this because the email syntax format
is not the same: server action is using [[object.name]] whereas
automated actions have their own keywords "%(object_id)s = Object ID")
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/815572/+subscriptions