[REF]: hr_expense: Removed unwanted changes and put category in proper place so it won't show more diff while merging in main addons

bzr revid: rpa@tinyerp.com-20120726111400-xvuzi6zqln55d5k7
This commit is contained in:
Rucha (Open ERP) 2012-07-26 16:44:00 +05:30
parent 4eb76030a6
commit e5f03f319e
1 changed files with 6 additions and 8 deletions

View File

@ -1,14 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<!--
Resource: product.uom.categ
-->
<record id="cat_expense" model="product.category">
<field name="parent_id" ref="product.product_category_0"/>
<field name="name">Expenses</field>
</record>
<!-- notify all employees of module installation -->
<function model="mail.group" name="message_append_note">
<!-- ids, subject, body, parent_id=False, type='notification', content_subtype='html' -->
@ -24,5 +16,11 @@
</value>
</function>
<!-- Resource: product.uom.categ -->
<record id="cat_expense" model="product.category">
<field name="parent_id" ref="product.product_category_0"/>
<field name="name">Expenses</field>
</record>
</data>
</openerp>