[ADD] Modulos de calidad sin migrar

This commit is contained in:
oihane
2014-08-22 08:49:46 +02:00
parent b5c103e29b
commit 79a576f58d
11 changed files with 4013 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="True">
<!-- res.partner.title -->
<record id="qc_test_template_category_generic" model="qc.test.template.category">
<field name="name">Generic</field>
</record>
<record id="qc_test_template_category_referenced" model="qc.test.template.category">
<field name="name">referenced</field>
</record>
</data>
</openerp>