Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
9273 Lượt xem

I want that pressing the send mail button opens up my standard email program with a new email with the attached quotation, sale order or invoice. I need that because the sent emails from openerp needs to be in the sent folder from outlook afterwards.

Example: < a href="mailto:{partner_id.email}?subject=Quotation {o.name}&body=Some text&attachment=/web/report/?which=parameters">Send Email< /a>

Or how would I write such an action in python? What is the path to the report? How can I read the email address of the current partner_id in sale.order?

Thx!

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Actually this was the wrong approach, too complicated.

Solved it by changing the email templates: - enable technical features for the users - goto Settings/Technical/Email/Templates) - Added CC ${user.email or ''}

So a copy of the email is being sent to the current logged in user. In Outlook you than can add a rule to automatically move the emails to the sent folder ... or a specific openerp folder ...

(this is just for testing - bare in mind when you update your openerp installation you will loose these changes - always put your changes in your own module!!!)

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 4 18
9073
2
thg 8 24
1488
0
thg 2 24
1393
0
thg 3 16
3050
0
thg 9 15
4107