mirror of
https://github.com/NaN-tic/trytond-project_helpdesk.git
synced 2023-12-14 05:32:56 +01:00
Add some searchable fields and effort in tree view
This commit is contained in:
parent
b0c1726ecf
commit
98f51a03ad
3 changed files with 8 additions and 1 deletions
|
@ -13,5 +13,9 @@ this repository contains the full copyright notices and license terms. -->
|
|||
float_time="company_work_time"/>
|
||||
<field name="hours_to_invoice" widget="float_time"
|
||||
float_time="company_work_time"/>
|
||||
<field name="effort" widget="float_time"
|
||||
float_time="company_work_time"/>
|
||||
<field name="active" tree_invisible="1"/>
|
||||
<field name="assigned_employee" tree_invisible="1"/>
|
||||
<field name="children" tree_invisible="1"/>
|
||||
</tree>
|
||||
|
|
|
@ -12,7 +12,10 @@ this repository contains the full copyright notices and license terms. -->
|
|||
float_time="company_work_time"/>
|
||||
<field name="hours_to_invoice" widget="float_time"
|
||||
float_time="company_work_time"/>
|
||||
<field name="effort" widget="float_time"
|
||||
float_time="company_work_time"/>
|
||||
|
||||
<field name="active" tree_invisible="1"/>
|
||||
<field name="assigned_employee" tree_invisible="1"/>
|
||||
<field name="children" tree_invisible="1"/>
|
||||
</tree>
|
||||
|
|
Loading…
Reference in a new issue