mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
10 lines
390 B
XML
10 lines
390 B
XML
<?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="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_admin'))]" />
|
|
</record>
|
|
</odoo>
|