bugfix_345930

bzr revid: fp@tinyerp.com-20090406140458-zwco8qlztaly1sb2
This commit is contained in:
Fabien Pinckaers 2009-04-06 16:04:58 +02:00
parent 911e734e3f
commit 3bf0e52339
1 changed files with 13 additions and 1 deletions

View File

@ -129,9 +129,21 @@
<field invisible="1" name="product_uom_id" on_change="on_change_unit_amount(product_id, unit_amount, product_uom_id)"/>
<field name="amount"/>
<field name="general_account_id"/>
<!-- <field name="journal_id"/>-->
<field invisible="1" name="user_id" required="1"/>
</tree>
<form string="Timesheet">
<field name="date"/>
<field domain="[('type','=','normal'), ('state', '&lt;&gt;', 'close')]" name="account_id" on_change="on_change_account_id(account_id)"/>
<field name="name"/>
<field name="unit_amount" on_change="on_change_unit_amount(product_id, unit_amount, product_uom_id)" widget="float_time"/>
<field name="to_invoice"/>
<field invisible="1" name="journal_id"/>
<field invisible="1" name="product_id"/>
<field invisible="1" name="product_uom_id" on_change="on_change_unit_amount(product_id, unit_amount, product_uom_id)"/>
<field name="amount"/>
<field name="general_account_id"/>
<field name="user_id" required="1"/>
</form>
</field>
<field name="total_difference_day" widget="float_time"/>
<field name="total_timesheet_day" widget="float_time"/>