~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to edi/edi_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
                <record id="edi_request" model="res.request.link">
 
5
                        <field name="name">EDI Log</field>
 
6
                        <field name="object">edi.log</field>
 
7
                </record>
 
8
 
 
9
                <record model="product.pricelist.type" id="pricelist_type_sale">
 
10
                        <field name="name">Customer Pricelist</field>
 
11
                        <field name="key">edi_customer</field>
 
12
                </record>
 
13
 
 
14
                <record model="ir.property" id="property_product_pricelist_customer" forcecreate="True">
 
15
                        <field name="name">property_product_pricelist_customer</field>
 
16
                        <field name="fields_id" search="[('model','=','res.partner'),('name','=','property_product_pricelist_customer')]"/>
 
17
                        <field name="value" eval="False"/>
 
18
                </record>
 
19
        </data>
 
20
</terp>