change cost string to Budgeted
This commit is contained in:
parent
f2d918eea8
commit
879c275398
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue