HR_TIMESHEET: add general_account to view because it is required

bzr revid: ced-63ff1e7246272f9b68baf570399ee0f8b5bb973b
This commit is contained in:
ced 2007-02-20 09:11:51 +00:00
parent 71db25877a
commit 105f1b618f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<field name="product_id"/>
<field 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"/>
</tree>
</field>
</record>