openlabs / poweremail

Email module for OpenERP
23 stars 20 forks source link

send on create/update don't work #17

Closed paulius-sladkevicius closed 12 years ago

paulius-sladkevicius commented 12 years ago

To reporoduce this issue you need:

Email works till server restart. I think its related with https://github.com/openlabs/poweremail/blob/master/poweremail_template.py#L95 code, which don't register send_on_create and send_on_write methods.

Im using v6.0.3 OpenERP.

sharoonthomas commented 12 years ago

@komsas I have merged the patch by @and3p .

That should have solved this issue, can you confirm ?

paulius-sladkevicius commented 12 years ago

Sharoon, sorry forgot to close it. @and3p did this patch by my request.

sharoonthomas commented 12 years ago

@komsas @and3p Thanks for your contribution