[FIX] hr_timesheet_sheet: fixed data (message_append_post does not exist, probably a merge hiatus).

bzr revid: tde@openerp.com-20120827120117-hwbsrrokyur3uch8
This commit is contained in:
Thibault Delavallée 2012-08-27 14:01:17 +02:00
parent a22a5abd9e
commit 5ae69cb1ac
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<openerp>
<data noupdate="1">
<!-- Notify all employees of module installation -->
<function model="mail.group" name="message_append_post">
<function model="mail.group" name="message_post">
<!-- ids, subject, body, parent_id=False, type='notification', content_subtype='html' -->
<value eval="[ref('mail.group_all_employees')]"/>
<value>From the top menu "Human Resources", encode and validate timesheets and attendances.</value>