~unifield-team/unifield-addons/uf-2527-addons

« back to all changes in this revision

Viewing changes to sale_journal/sale_journal_data.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<terp>
 
3
<data noupdate="1">
 
4
 
 
5
        <record model="ir.property" id="property_invoice_type_def">
 
6
                <field name="name">property_invoice_type</field>
 
7
                <field name="fields_id" search="[('model','=','res.partner'),('name','=','property_invoice_type')]"/>
 
8
                <field name="value" eval="False"/>
 
9
        </record>
 
10
 
 
11
</data>
 
12
</terp>