~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to mgmtsystem_procedure/demo_procedure.xml

  • Committer: Maxime Chambreuil
  • Date: 2010-12-14 03:06:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5099.
  • Revision ID: maxime.chambreuil@savoirfairelinux.com-20101214030638-it6ua6hv6lta1h59
[ADD] mgmtsystem_procedure & mgmtsystem_quality

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data noupdate="1">
 
4
 
 
5
        <!-- demo data mgmtsystem.procedure -->
 
6
        <record id="demo_procedure" model="mgmtsystem.procedure">
 
7
            <field name="name">Document Management</field>
 
8
            <field name="objective">This procedure applies to all the documents of the management system.</field>
 
9
        </record>
 
10
 
 
11
    </data>
 
12
</openerp>