[IMP]:improved view

bzr revid: apa@tinyerp.com-20120530131217-91o2ic0hfakl8uk7
This commit is contained in:
Amit Patel (OpenERP) 2012-05-30 18:42:17 +05:30
parent ebf0d6cab4
commit 6f42929b39
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
text-align: center !important;
}
.oe_btn_width{
width: 150px;
width: 150px !important;
}
.oe_border_right{
border-right: 1px solid #DDD;

View File

@ -80,9 +80,8 @@
<field name="active" attrs="{'invisible':[('state','in',['open', 'pending', 'template'])]}"/>
</group>
</page>
<page string="Members">
<page string="Team">
<field colspan="4" name="members" nolabel="1" help="Project's members are users who can have an access to the tasks related to this project.">
<tree string="Members">
<field name="name"/>
<field name="user_email"/>
@ -622,6 +621,7 @@
<separator colspan="2" string="Project" name="project_sep"/>
</xpath>
<xpath expr='//separator[@name="description"]' position='before'>
<separator colspan="4" string="Team"/>
<field name="members" colspan="4" nolabel="1"/>
</xpath>
<xpath expr='//group[@name="project"]' position='inside'>