[IMP] project management - delegation, pending view

bzr revid: fp@tinyerp.com-20100210161955-wgq319dap77hmozh
This commit is contained in:
Fabien Pinckaers 2010-02-10 17:19:55 +01:00
parent 892908e4aa
commit 7c0193958c
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@
<field name="name"/>
<field name="project_id" icon="gtk-indent"/>
<field name="user_id"/>
<field name="delegated_user_id" invisible="context.get('show_delegated', True)"/>
<field name="remaining_hours" widget="float_time" sum="Remaining Hours" invisible="context.get('set_visible',False)"/>
<field name="date_deadline" invisible="context.get('set_visible',False)"/>
<field name="type" groups="base.group_extended" invisible="context.get('set_visible',False)"/>