[9.0][ADD] quality_control_team

This commit is contained in:
lreficent
2017-06-28 17:49:30 +02:00
committed by Lois Rilo
parent 88ac7f3bef
commit a94a8982e7
13 changed files with 502 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?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>
<data noupdate="0">
<record model="qc.team" id="qc_team_main">
<field name="name">Main QC Team</field>
<field name="member_ids" eval="[(4, ref('base.user_root'))]"/>
</record>
</data>
</odoo>