invisible budgated hour and revenue when project type fix

This commit is contained in:
Pawan Kumar 2020-12-30 14:57:20 +05:30
parent 871d3c34c3
commit e85f03082b
2 changed files with 2 additions and 2 deletions

0
project_report/i18n/he_IL.po Normal file → Executable file
View File

View File

@ -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>