콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
6 답글
22086 화면

Hello, I want to create automated actions rule, that when task is created, assigned user will get notification email telling information about his task.

The problem is in v7, projects/tasks do not work the same as in openerp v6.1 (in 6.1 I had no problem making such automated task).

When I give trigger time on create date, it does not send any email. When I leave trigger time empty, then it sends email, but then it sends every time something is done with task.

아바타
취소
베스트 답변

You can refer the below link.

http://www.zbeanztech.com/blog/automated-task-e-mails-openerp-project-management

If you want to use multiple email id. Use comma between the mails.

아바타
취소
베스트 답변

Hello,

For the above query, the best solution is to trigger a server action that sends an email on task creation. First of all ,you have to create a server action for sending an email under Settings->Technical-> Actions-> Server Actions . In Automated Actions, under Settings-> Technical-> Automated Actions you can define the rule name as Task issued and then an automated action will be created. Then you can create a new email template which should be send on task creation.

Using above flow will provide solution to ur query.

Shruti OpenERP Consultant @OpenERP4You
www.openerp4you.in
sales@openerp4you.in

아바타
취소

hi, I have the same problem, but instead of one user, I want to send email to a group when a task is created. I have a group called supervisors. what do I write for email address in the server actions?

What is the email address for delegated user? When creating your Server Action Tpye = Email, you must put in the email address and it accepts expressions but I do not know what the expression for delegated user would be.

Sorry, I see now this is a different question from the one the OP has asked.

베스트 답변

Hi Andrius,

There are lots of changes in sending mail method of OpenERP 6.1 and OpenERP 7.0, so please follow following send method from the link, for sending emails.

If still not working, then try to install sudo apt-get install python-jinja2

See following link,

Send eMail template through code

Hope it work for you.

아바타
취소
베스트 답변

You can use

inherit ="ir.needaction_mixin"

this is very easy and work like just as the notification in the facebook. This feature is very powerful in Openerp-7.As the user logged in its account it will get the notification of the pending work he/she need to do, just like Facebook.It's Beautiful. You can have look in the Image in the Menu "Change of Department" image description

아바타
취소
베스트 답변

This is a duplicate of https://accounts.openerp.com/forum/Help-1/question/2303

아바타
취소