[IMP]: project_issue: Fixed domain on report

bzr revid: rpa@tinyerp.com-20101006042936-cp5apsnbp19t6k5p
This commit is contained in:
rpa (Open ERP) 2010-10-06 09:59:36 +05:30
parent a2c3dfb4d3
commit 0fcbc54bd3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<field name="priority" />
<separator orientation="vertical"/>
<field name="version_id" widget="selection" />
<field name="categ_id" widget="selection"/>
<field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'project.issue')]"/>
<field name="type_id" widget="selection"/>
<separator orientation="vertical"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>