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

« back to all changes in this revision

Viewing changes to dm_campaign_purchase/dm_campaign_purchase_demo.xml

  • Committer: Sofia (Open ERP)
  • Date: 2009-08-17 14:14:16 UTC
  • mto: This revision was merged to the branch mainline in revision 3768.
  • Revision ID: sso@tinyerp.com-20090817141416-kgwgfbnnrixuhxz2
dm modules restructuration

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
    <!-- CAMPAIGN RESPONSIBLE -->
 
6
 
 
7
        <record id="dm.dm_campaign_openerpondemandfreetrial2009" model="dm.campaign">
 
8
            <field name="item_responsible_id" ref="dm.res_users_sue0"/>
 
9
            <field name="dtp_responsible_id" ref="dm.res_users_ann0"/>
 
10
            <field name="manufacturing_responsible_id" ref="dm.res_users_tom0"/>
 
11
            <field name="files_responsible_id" ref="dm.res_users_joe0"/>
 
12
        </record>
 
13
        
 
14
        <!-- CAMPAIGN PURCHASE LINE -->       
 
15
        <!--
 
16
        <record id="dm_campaign_purchase_line_0" model="dm.campaign.purchase_line">
 
17
            <field eval="&quot;&quot;&quot;rfq&quot;&quot;&quot;" name="type_document"/>
 
18
            <field name="product_id" ref="dm.product_product_defaultpapermailing0"/>
 
19
            <field eval="&quot;&quot;&quot;2009-11-04 15:38:32&quot;&quot;&quot;" name="date_planned"/>
 
20
            <field eval="&quot;&quot;&quot;19&quot;&quot;&quot;" name="product_category"/>
 
21
            <field eval="&quot;&quot;&quot;manual&quot;&quot;&quot;" name="trigger"/>
 
22
            <field name="campaign_id" ref="dm_campaign_openerpondemandfreetrial2009"/>
 
23
            <field name="uom_id" ref="product.product_uom_unit"/>
 
24
            <field eval="1" name="desc_from_offer"/>
 
25
            <field eval="&quot;&quot;&quot;pending&quot;&quot;&quot;" name="state"/>
 
26
            <field eval="&quot;&quot;&quot;quantity_wanted&quot;&quot;&quot;" name="type_quantity"/>
 
27
        </record>
 
28
        -->
 
29
        </data>
 
30
</openerp>
 
 
b'\\ No newline at end of file'