[FIX] set the domain for project time unit

bzr revid: nco@tinyerp.com-20120105135032-snh7ue2hm6qxz21r
This commit is contained in:
Nimesh (Open ERP) 2012-01-05 19:20:32 +05:30
parent d0784c983a
commit 5a3f9d7ae0
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@
<field name="arch" type="xml">
<page string="Configuration" position="inside">
<separator string="Project Management" colspan="4"/>
<field name="project_time_mode_id"/>
<field name="project_time_mode_id" domain="[('category_id','=','Working Time')]"/>
<newline/>
</page>
</field>