[IMP] moved openerpweb into base.common to be renamed web.commom
[odoo/odoo.git] / addons / base_action_rule / base_action_rule.py
2011-08-03 Raphael Collet[MERGE] remove address_id from user
2011-07-28 RavishchanraMurari... email.addresss_id_repalce_by_user_email
2011-07-14 skh[FIX] base_action_rule :Replaced str() with tools.str...
2011-06-24 Olivier Dony[FIX] base_action_rule: dumb patch to avoid repeated...
2011-06-10 skh[FIX] base_action_rule : Error in Automated Action...
2011-06-09 skh[FIX] base_action_rule : Error in Automated Action...
2011-03-02 Atul Patel (OpenERP)[FIX]crm: set salesteam responsible user as remind...
2011-02-23 Atul Patel (OpenERP)[FIX]: crm - send reminder uses wrong "from" email
2011-02-01 Somesh(OpenERP)[FIX] Automated actions: Should never entertain context...
2010-12-30 husenmerged with trunk
2010-12-21 Daniel Watkins[Fix] base_action_rule:Automated Actions with Timing...
2010-11-23 uco (OpenERP)[REF]: Replace the condition 'if not context' with...
2010-11-19 uco (OpenERP)[IMP] : Added context=None on methods used for _constra...
2010-10-04 ksa (Open ERP)[MERGE]: Merge with lp:openobject-trunk-dev-addons2
2010-09-30 Stephane Wirtel[IMP] Add the act_email_to field in the base.action...
2010-09-20 ksa (Open ERP)[MERGE]: Merge with lp:openobject-trunk-dev-addons2
2010-09-17 ksa (Open ERP)[MERGE]: Merge with lp:openobject-trunk-dev-addons2
2010-09-14 Antony Lesuisseopenerp local commit
2010-09-09 Daniel Watkins ... Don't run timed actions if we don't have a time base.
2010-09-09 Daniel Watkins ... Make action date calculation clearer.
2010-09-09 Daniel Watkins ... Wrap long lines and remove trailing whitespace.
2010-09-09 Daniel Watkins ... Even better removal of get_datetime stuff.
2010-09-09 Daniel Watkins ... Extract strptime calls to make code look clearer.
2010-09-09 Daniel Watkins ... Remove debugging statements.
2010-09-09 Daniel Watkins ... Don't run rules with time conditions from the create...
2010-09-09 Daniel Watkins ... Comment change.
2010-09-09 Daniel Watkins ... SQL case fix.
2010-09-09 Daniel Watkins ... Get the scheduler to actually run rules with time delays.
2010-09-08 Stephane Wirtel[FIX] base_action_rule: Escape the emails
2010-08-26 Stephane Wirtel[FIX] base_action_rule: Use a flag on the object from...
2010-08-24 Stephane Wirtel[FIX] Add a missing comma
2010-08-24 Stephane Wirtel[FIX] base_action_rule: Pass the context to the base_ac...
2010-08-19 Stephane Wirtel[FIX] base_action_rule: Add a new field on the base_act...
2010-07-26 Olivier Dony[IMP] base_action_rule: improved test conditions to...
2010-07-26 rpa (Open ERP)[FIX]: crm: Name in domain for base_action_rule
2010-07-26 rpa (Open ERP)[IMP]: base_action_rule: Improvement for field 'name...
2010-07-21 Anup (OpenERP)[FIX] base_action_rule : Added domain for filters on...
2010-07-20 ksa (Open ERP)[MERGE]: Merge with lp:openobject-trunk-dev-addons2
2010-07-12 qdp-launchpad@tiny... [IMP] base_action_rule: correct typo on help tooltip
2010-07-10 rpa (Open ERP)[IMP]: base_action_rule: Improvement for filter_id...
2010-07-10 mtr[MERGE] branch merged with lp:~openerp-dev/openobject...
2010-07-09 rpa (Open ERP)[REF]: base_action_rule: Replace mx.Datetime with datet...
2010-07-09 rpa (Open ERP)[IMP]: base_action_rule: Improvement for computing...
2010-07-06 Olivier Dony[FIX] base_action_rule: fix deadlock by ensuring parent...
2010-07-06 rpa (Open ERP)[IMP]: base_action_rule: Improved query to get only...
2010-07-06 rpa (Open ERP)[REF]: base_action_rule: Code cleaning + View improvement
2010-06-25 qdp-launchpad@tiny... [FIX] base_action_rule: a condition that is triggered...
2010-06-24 rpa (Open ERP)[IMP]: base_action_rule: Improved string labels in...
2010-06-24 Mod2 Team (OpenERP)[IMP] base_action_rule:
2010-06-09 Harry (OpenERP)[REF] base_action_rule: refactor code
2010-06-09 Harry (OpenERP)[IMP] base_action_rule: add scheduler to check rules...
2010-06-02 rpa (Open ERP)[IMP]: base_action_rule: Applied reverted changes of...
2010-05-26 rpa (Open ERP)[IMP]: base_action_rule: Improvement in the rule object...
2010-05-20 rpa (Open ERP)[IMP]: crm, base_action_rule, mailgateway: Minor Improv...
2010-05-14 vra[MERGE] merged from trunk main addons branch
2010-05-11 rpa (Open ERP)[IMP]: base_action_rule: Improvement in view, Added...
2010-05-10 rpa (Open ERP)[IMP]: crm: Improvements in tooltips
2010-04-30 rpa (Open ERP)[IMP]: base_action_rule: Added ir.filter in action...
2010-04-27 rpa (Open ERP)[IMP]: base_action_rule: * Removed fields that are...
2010-04-26 rpa (Open ERP)[IMP]: base_action_rule: Removed rule lines object...
2010-04-22 Stephane Wirtel[FIX] base_action_rule: Add the deadline option in...
2010-03-25 ksa (Open ERP)[IMP]: base_action_rule: Apply Doc String + quality...
2010-03-03 rpa (Open ERP)[IMP]: crm + base_action_rule: Added category in Rule...
2010-02-24 greg-apieum[CLEAN] Set Withespaces to PEP8 format
2010-02-17 UCO (OpenERP)[FIX]: base_action_rule: Minor fix
2010-02-15 Harry (Open ERP)[ADD] base_action_rule: new module to define diffrent...
2010-02-10 uco (OpenERP)[ADD,IMP] base_action_rule: Added a wizard to activate...
2010-02-09 uco (OpenERP)[IMP] base_action_rule: Scheduler will be deactivated...
2010-02-08 uco (OpenERP)[IMP] base_action_rule,crm: Added button for activating...
2010-02-08 uco (OpenERP)[MERGE]
2010-02-04 uco (OpenERP)[IMP] crm, base_action_rule : Improved methods.
2010-02-04 uco (OpenERP)[IMP] crm, base_action_rule : Small Change in methods.
2010-02-03 uco (OpenERP)[IMP] base_action_rule, crm: Improved scheduling methods.
2010-02-03 uco (OpenERP)[IMP] base_action_rule, crm: Improved base_action_rule...
2010-02-02 uco (OpenERP)[ADD] base_action_rule: Added new module which can...