Merge branch 'pawan_branch' into 'development'
Pawan branch See merge request prakash.jain/cor-odoo!39
This commit is contained in:
commit
4ea58528a8
|
@ -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