2
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
3
this repository contains the full copyright notices and license terms. -->
7
<record model="ir.sequence.type" id="sequence_type_test">
8
<field name="name">Test</field>
9
<field name="code">test</field>
11
<record model="ir.sequence.type-res.group"
12
id="sequence_type_test_group_admin">
13
<field name="sequence_type" ref="sequence_type_test"/>
14
<field name="group" ref="res.group_admin"/>