← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 770510] [NEW] server action - allow to specify "email from "

 

Public bug reported:

base_action_rule.py

lines
299         if not emailfrom:
300             emailfrom = tools.config.get('email_from', False)
301 

1) this config is usualy not accessible
2) different server actions should have different "from " settings

please add the possiblity to add a configurable from address to server
actions

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/770510

Title:
  server action - allow to specify "email from "

Status in OpenERP Modules (addons):
  New

Bug description:
  base_action_rule.py

  lines
  299         if not emailfrom:
  300             emailfrom = tools.config.get('email_from', False)
  301 

  1) this config is usualy not accessible
  2) different server actions should have different "from " settings

  please add the possiblity to add a configurable from address to server
  actions


Follow ups

References