hr_timesheet_data: disable cretaion of records

Not sure why this was needed, but it is present in our production odoo
This commit is contained in:
Harald Welte 2017-01-02 14:57:10 +01:00
parent eb0c93f6bb
commit 7c3f7945e0
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<openerp>
<data noupdate="1">
<!--
<record id="analytic_journal" model="account.analytic.journal">
<field name="code">TS</field>
<field name="name">Timesheet Journal</field>
@ -15,6 +16,6 @@
<record id="product.product_product_consultant" model="product.product">
<field name="sale_ok">True</field>
</record>
-->
</data>
</openerp>