[9.0][ADD] quality_control_issue

This commit is contained in:
lreficent
2017-05-25 13:30:24 +02:00
committed by Jordi Ballester Alomar
parent 06d828f436
commit 508fe0a28b
19 changed files with 1074 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 Eficent Business and IT Consulting Services S.L.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="seq_qc_issue" model="ir.sequence">
<field name="name">QC Issues</field>
<field name="code">qc.issue</field>
<field name="prefix">QCI/%(range_year)s/</field>
<field name="padding">5</field>
<field name="company_id" eval="False"/>
</record>
</odoo>