[6.1.1.0] Invoice Email is send without attachment
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Medium
|
OpenERP R&D Addons Team 1 | ||
6.1 |
Fix Committed
|
Medium
|
OpenERP Publisher's Warranty Team |
Bug Description
Hi all,
I have installed the following modules:
crm Customer Relationship Management 6.1.1.0
account_voucher Accounting & Finance 6.1.1.0
account_accountant Accounting & Finance 6.1.1.1
sale Sales Management 6.1.1.0
stock Warehouse Management 6.1.1.1
purchase Purchase Management 6.1.1.1
account Accounting & Finance 6.1.1.1
base_action_rule Sales Management 6.1.1.0
document Knowledge Management 6.1.2.1
edi Tools 6.1.1.0
email_template Marketing 6.1.1.1
fetchmail Tools 6.1.1.0
l10n_de Account Charts 6.1.1.0
product Sales Management 6.1.1.1
1) Steps to reproduce the issue you have observed
1. Go to Settings | Configuration | Email | Outgoing Mail Server |
2. Set a Email server (Googleapps)
3. Go to Settings | Configuration | Email | Templates | Invoice
4. Click Edit | Advanced
5. Attach Report | Optional report to print and attach: Invoices | Report Filename: Invoice
6. Save
7. Create an Invoice
8. E-Mail is send out without attachment
2) The result you observed
Email is send without an attachment (no entries within the logfile)
3) The result you expected
Receive an email with invoice attachment without clicking on a seperate link
4) The platform your are using
Linux ubuntu 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64 GNU/Linux
Ubuntu 10.04.4 LTS
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 83 lines (+21/-1)2 files modifiedemail_template/email_template.py (+7/-0)
email_template/wizard/mail_compose_message.py (+14/-1)
- Naresh(OpenERP): Pending requested
-
Diff: 74 lines (+19/-1)2 files modifiedemail_template/email_template.py (+5/-0)
email_template/wizard/mail_compose_message.py (+14/-1)
affects: | openobject-server → openobject-addons |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
importance: | Undecided → Low |
status: | New → Confirmed |
importance: | Low → Medium |
Hello,
I faced this issue with sending attached reports from Invoice/Sales orders in 6.1 version on Windows after update from 6.0.
Actually there is missed sending functionallity in email_template wizard. I have fixed this issue an also issue with incorrect attachment name in base/ir.attchemnts.
Would like to share this fix. Just let me know how to send you my code changes.
Thank you!
--Mykola Lys.