[FIX] hr_timesheet: remove product from data since it might crash if product has been deleted beforehand

bzr revid: csn@openerp.com-20130214150000-wnkykndhcduo2cdl
This commit is contained in:
csn-openerp 2013-02-14 16:00:00 +01:00
parent d7f63a10fd
commit 5705799246
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
</record>
<record id="hr.employee" model="hr.employee">
<field name="product_id" ref="product.product_product_consultant"/>
<field name="journal_id" ref="analytic_journal"/>
</record>