~sandi-dirntis/openerpsl/20140717_1

« back to all changes in this revision

Viewing changes to clause/data/clause.xml

  • Committer: Aleksander Dirntiš
  • Date: 2012-12-21 08:15:36 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: sandi.dirntis@mentis.si-20121221081536-11qa2z0k28irzagt
[ADD] module "Clause"

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
        <record model="clause">
 
5
          <field name="name">Default</field>
 
6
          <field name="text"></field>
 
7
        </record>
 
8
    </data>
 
9
</openerp>