Hi there,
Ive connect magento to openerp 7 with "connector". Its working great, but now i want to use openerp to send automaticly my invoice email (with pdf) when a order is imported(from magento). Its no problem to do this manualy, but i wan
t to do it automaticly. Ive made a serveraction to make it automaticly, but the problem is that i can
t attach the pdf invoice with this. Does anyone has an idee how to do this? Thanks in advance!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1
Respondre
3924
Vistes
I`ve used ;
Action Name: test Object: Email-templates Action Type: e-mail Email Address: object.partner_id.email Subject: Dear [[ object.partner_id.name ]], your invoice. Message: test I hope you have some more information now.
Where do you tell the specific template?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de març 15
|
3375 | ||
|
1
de jul. 25
|
348 | ||
|
2
de jul. 25
|
536 | ||
|
1
de jul. 25
|
1604 | ||
|
3
d’abr. 25
|
1660 |
which method you are using to send mail i.e from email_template object?