Fix: "timesheet.line" for the field "object_" is not in selection #2221

* This patch includes creation of record for 'timesheet.line' in
  project.xml for nereid_allowed_activity_model
This commit is contained in:
Simmi Anand 2013-08-09 12:31:30 +05:30
parent f9fc8163b0
commit 24d3eaf54c
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ of this repository contains the full copyright notices and license terms. -->
<field name="name">ProjectWorkHistory</field>
<field name="model" search="[('model', '=', 'project.work.history')]"/>
</record>
<record model="nereid.activity.allowed_model"
id="activity_allowed_model_timesheet_line">
<field name="name">TimesheetLine</field>
<field name="model" search="[('model', '=', 'timesheet.line')]"/>
</record>
<record id="permission_project_admin" model="nereid.permission">
<field name="name">Project Admin</field>