Remove float_time widget

This commit is contained in:
resteve 2015-08-23 22:38:19 +02:00
parent ee95b95ba6
commit 4b7f8e66f5
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- This file is part production_cost_timesheet module for Tryton.
<!-- This file is part timesheet_cost_revenue module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name=&quot;description&quot;]" position="after">

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- This file is part production_cost_timesheet module for Tryton.
<!-- This file is part timesheet_cost_revenue module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name=&quot;description&quot;]" position="after">

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- This file is part production_cost_timesheet module for Tryton.
<!-- This file is part timesheet_cost_revenue module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name=&quot;company&quot;]" position="after">
@ -13,6 +13,6 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<label name="cost"/>
<field name="cost"/>
<label name="hours"/>
<field name="hours" float_time="company_work_time"/>
<field name="hours"/>
</xpath>
</data>

View File

@ -1,10 +1,10 @@
<?xml version="1.0"?>
<!-- This file is part production_cost_timesheet module for Tryton.
<!-- This file is part timesheet_cost_revenue module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name=&quot;timesheet_available&quot;]"
position="after">
<field name="hours" float_time="company_work_time"/>
<field name="hours"/>
<field name="revenue"/>
<field name="cost"/>
</xpath>