[FIX] project: fixed exception raised on task by done button while sending a mail

lp bug: https://launchpad.net/bugs/898561 fixed

bzr revid: mtr@tinyerp.com-20111201125804-z3d24qzpleb4xn41
This commit is contained in:
Meera Trambadia (OpenERP) 2011-12-01 18:28:04 +05:30
parent 6bbfae0ccc
commit 3956271d0d
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<!-- Requests Links -->
<record id="req_link_project" model="res.request.link">
<field name="name">Project</field>
<field name="object">project.project</field>
</record>
<record id="req_link_task" model="res.request.link">
<field name="name">Project task</field>
<field name="object">project.task</field>
</record>
<!-- Resource: project.project -->
<record id="all_projects_account" model="account.analytic.account">
<field name="name">Projects</field>