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"?> <?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. --> The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data> <data>
<xpath expr="/form/field[@name=&quot;description&quot;]" position="after"> <xpath expr="/form/field[@name=&quot;description&quot;]" position="after">

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?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. --> The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data> <data>
<xpath expr="/tree/field[@name=&quot;description&quot;]" position="after"> <xpath expr="/tree/field[@name=&quot;description&quot;]" position="after">

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?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. --> The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data> <data>
<xpath expr="/form/field[@name=&quot;company&quot;]" position="after"> <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"/> <label name="cost"/>
<field name="cost"/> <field name="cost"/>
<label name="hours"/> <label name="hours"/>
<field name="hours" float_time="company_work_time"/> <field name="hours"/>
</xpath> </xpath>
</data> </data>

View File

@ -1,10 +1,10 @@
<?xml version="1.0"?> <?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. --> The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data> <data>
<xpath expr="/tree/field[@name=&quot;timesheet_available&quot;]" <xpath expr="/tree/field[@name=&quot;timesheet_available&quot;]"
position="after"> position="after">
<field name="hours" float_time="company_work_time"/> <field name="hours"/>
<field name="revenue"/> <field name="revenue"/>
<field name="cost"/> <field name="cost"/>
</xpath> </xpath>