bzr revid: fp@tinyerp.com-20120830120904-pen3o3nyviryh4q9
This commit is contained in:
Fabien Pinckaers 2012-08-30 14:09:04 +02:00
parent a1e474fa81
commit 209ff94873
1 changed files with 3 additions and 5 deletions

View File

@ -347,11 +347,9 @@
<field name="inherit_id" ref="analytic.view_account_analytic_account_form"/>
<field eval="18" name="priority"/>
<field name="arch" type="xml">
<xpath expr='//separator[@name="project_sep"]' position='replace'>
<separator name="project_sep" string="Project Management" colspan="4"/> <!-- removal of invisible attribute -->
</xpath>
<xpath expr='//separator[@name="project_sep"]' position='after'>
<field name="use_phases"/>
<xpath expr='//div[@name="options_active"]' position='after'>
<field name="use_phases" class="oe_inline"/>
<label for="use_phases"/>
</xpath>
</field>
</record>