mirror of
https://github.com/NaN-tic/trytond-project_template.git
synced 2023-12-14 02:02:58 +01:00
15 lines
650 B
XML
15 lines
650 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
this repository contains the full copyright notices and license terms. -->
|
|
<tree string="Works Efforts">
|
|
<field name="rec_name"/>
|
|
<field name="template"/>
|
|
<field name="percentage"/>
|
|
<field name="hours" widget="float_time" float_time="company_work_time"/>
|
|
<field name="total_effort" widget="float_time" float_time="company_work_time"/>
|
|
<field name="type"/>
|
|
<field name="state"/>
|
|
<field name="active" tree_invisible="1"/>
|
|
<field name="parent" tree_invisible="1"/>
|
|
<field name="children" tree_invisible="1"/>
|
|
</tree>
|