~s-chazallet/sale-wkfl/7.0

« back to all changes in this revision

Viewing changes to sale_multi_picking/sale_demo.xml

  • Committer: Alexandre Fayolle
  • Author(s): lorenzo.battistini at agilebg
  • Date: 2013-03-18 11:27:13 UTC
  • mfrom: (9.1.13 adding_sale_delivery_term_7)
  • Revision ID: alexandre.fayolle@camptocamp.com-20130318112713-cnvkpv6ls5c7w31r
[MRG] add sale_multi_picking and sale_delivery_term addons

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
        <record id="sale_order_line_group_1" model="sale.order.line.group">
 
6
            <field name="name">1</field>
 
7
        </record>
 
8
        <record id="sale_order_line_group_2" model="sale.order.line.group">
 
9
            <field name="name">2</field>
 
10
        </record>
 
11
        
 
12
    </data>
 
13
</openerp>