[IMP]Project for view improved

bzr revid: hsa@tinyerp.com-20120924064933-wm25y75dhbvaq0gp
This commit is contained in:
Hardik 2012-09-24 12:19:33 +05:30
parent 85b8ac6864
commit 4cdf2c30fc
2 changed files with 1 additions and 2 deletions

View File

@ -137,7 +137,6 @@
</group>
<group string="Miscellaneous" name="misc">
<field name="date"/>
<field name="parent_id" domain="[('id','!=',analytic_account_id)]" context="{'current_model': 'project.project'}"/>
<field name="priority"/>
<field name="active" attrs="{'invisible':[('state','in',['open', 'pending', 'template'])]}"/>

View File

@ -101,7 +101,7 @@
<label for="use_phases"/>
</xpath>
<xpath expr="//div[@name='buttons']" position='inside'>
<button icon="terp-gtk-go-back-rtl" name="%(act_project_phases)d"
<button name="%(act_project_phases)d"
string="Phases" type="action"
attrs="{'invisible':[('use_phases','=', 0)]}"/>
</xpath>