~crass/tryton/server

« back to all changes in this revision

Viewing changes to trytond/test/sequence.xml

  • Committer: Mathias Behrle
  • Date: 2013-11-24 16:28:54 UTC
  • Revision ID: git-v1:182d6cce169eab1682eeacbad4323efa1136a1a0
MergingĀ upstreamĀ versionĀ 3.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
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. -->
4
 
<tryton>
5
 
    <data>
6
 
 
7
 
        <record model="ir.sequence.type" id="sequence_type_test">
8
 
            <field name="name">Test</field>
9
 
            <field name="code">test</field>
10
 
        </record>
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"/>
15
 
        </record>
16
 
 
17
 
    </data>
18
 
</tryton>