[IMP] project_issue : Create an issues and quick create a project from the issues, the issues tracking checkbox in project should be true.

bzr revid: mdi@tinyerp.com-20120703100157-pxgzwqsbkk2orjvw
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-03 15:31:57 +05:30
parent 39c2a96499
commit 555c265d75
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
<label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1>
<label for="project_id" class="oe_edit_only"/>
<h2><field name="project_id" required="True" on_change="on_change_project(project_id)"/></h2>
<h2><field name="project_id" required="True" on_change="on_change_project(project_id)" context="{'default_use_issues':1}"/></h2>
<group>
<group>
<field name="user_id"/>