Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
Email send through some specified IDs
In OpenERP 7 the Quotations, Invoices etc. we are sending via email to customers through the login ID of the individual users. But I want to sent the emails to customers through some specified IDs. Ex.. Invoices should be sent through ID bill@domain.com or Quotations should be sent through qtn@domain.com and all the users should follow the same IDs for the particular jobs, so that, customer can identify easily from where the emails is coming from.
Is this possible in OpenERP 7 configuration, if so, how ?
Under settings -> email -> templates, there are all of the automated email templates to edit. The defaults on the From field are referencing ${object.user_id.email or ''} generally, you could just change that to ${'billing@domain.com'} to use for a static From field on that automatic email.
Ahh, you're right, I was only writing offhand for 6.1, but that won't work in 7.0. I'll have to think about that and come back to it.
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 10/23/13, 9:53 AM |
Seen: 1213 times |
Last updated: 3/16/15, 8:10 AM |