[IMP] usability imp

bzr revid: qdp-launchpad@openerp.com-20120615151919-a1yisdlk672ehqft
This commit is contained in:
Quentin (OpenERP) 2012-06-15 17:19:19 +02:00
parent d23a4ad38d
commit ff51922929
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<group>
<field name="partner_id" on_change="on_change_partner_id(partner_id, name)" attrs="{'required':[('type','!=','template')]}"/>
<field name="manager_id"/>
<field name="company_id" on_change="on_change_company(company_id)" select="2" widget="selection" groups="base.group_multi_company" attrs="{'required': [('type','&lt;&gt;','view')]}"/>
<field name="company_id" on_change="on_change_company(company_id)" widget="selection" groups="base.group_multi_company" attrs="{'required': [('type','&lt;&gt;','view')]}"/>
</group>
</group>
<notebook>
@ -33,7 +33,7 @@
<field name="date"/>
</group>
<group name="project">
<separator colspan="2" string="Project Management" name="project_sep" invisible="1"/>
<separator string="Project Management" name="project_sep" invisible="1"/>
</group>
</group>
<separator string="Terms and Conditions" name="description"/>

View File

@ -612,7 +612,7 @@
<field eval="18" name="priority"/>
<field name="arch" type="xml">
<xpath expr='//separator[@name="project_sep"]' position='replace'>
<separator colspan="2" string="Project Management" name="project_sep"/> <!-- removal of invisible attribute -->
<separator colspan="4" string="Project Management" name="project_sep"/> <!-- removal of invisible attribute -->
</xpath>
<xpath expr='//separator[@name="project_sep"]' position='after'>
<field name="use_tasks" />

View File

@ -376,7 +376,7 @@
<field eval="18" name="priority"/>
<field name="arch" type="xml">
<xpath expr='//separator[@name="project_sep"]' position='replace'>
<separator colspan="2" string="Project Management" name="project_sep"/> <!-- removal of invisible attribute -->
<separator colspan="4" string="Project Management" name="project_sep"/> <!-- removal of invisible attribute -->
</xpath>
<xpath expr='//separator[@name="project_sep"]' position='after'>
<field name="use_issuess" />