invisible budgated hour and revenue when project type fix
This commit is contained in:
parent
871d3c34c3
commit
e85f03082b
|
@ -13,8 +13,8 @@
|
|||
</button>
|
||||
</div>
|
||||
<xpath expr="//field[@name='analytic_account_id']" position="after">
|
||||
<field name="budgeted_hours"/>
|
||||
<field name="budgeted_revenue"/>
|
||||
<field name="budgeted_hours" attrs="{'invisible': [('pricing_type','=','fixed_rate')]}"/>
|
||||
<field name="budgeted_revenue" attrs="{'invisible': [('pricing_type','=','fixed_rate')]}"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
|
Loading…
Reference in New Issue