[IMP]:improved indentation

bzr revid: apa@tinyerp.com-20120906093754-gvly9tnpbc6mzhxs
This commit is contained in:
Amit Patel (OpenERP) 2012-09-06 15:07:54 +05:30
parent 70c1c3df65
commit 330abd2999
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0"?>
<openerp>
<data noupdate="1">
<data noupdate="1">
<record id="mail.mail_subtype_new" model="mail.message.subtype">
<field name="name">new</field>
<field name="model_ids" eval="[(4,ref('mrp_repair.model_mrp_repair'))]"/>
@ -44,5 +43,5 @@
<record id="mail.mail_subtype_other" model="mail.message.subtype">
<field name="model_ids" eval="[(4,ref('mrp_repair.model_mrp_repair'))]"/>
</record>
</data>
</data>
</openerp>