change cost string to Budgeted

This commit is contained in:
pawan.sharma 2022-03-11 12:33:44 +05:30
parent f2d918eea8
commit 879c275398
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<field name="currency_id" invisible="1"/>
<field name="budgeted_qty"
attrs="{'readonly': [('parent.project_type', '=', 'hours_no_limit')]}"/>
<field name="cost"/>
<field name="cost" string="Budgeted"/>
<!--<field name="timesheet_product_id"
attrs="{'column_invisible': [('parent.sale_order_id', '!=', False)]}"/>-->
<!--<field name="budgeted_uom"