~openerp-wms-commiter/wms/5.0

« back to all changes in this revision

Viewing changes to wms_location/demo/partner.xml

  • Committer: Christophe Chauvet
  • Date: 2011-01-20 22:50:19 UTC
  • mfrom: (128.1.34 addons-wms)
  • Revision ID: christophe.chauvet@syleam.fr-20110120225019-qqzt4im5tggdzaqa
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        ##############################################################################
 
5
        #
 
6
        #    wms_location module for OpenERP, Location management
 
7
        #    Copyright (C) 2011 SYLEAM ([http://www.syleam.fr/])
 
8
        #              Christophe CHAUVET [christophe.chauvet@syleam.fr]
 
9
        #
 
10
        #    This file is a part of wms_location
 
11
        #
 
12
        #    wms_location is free software: you can redistribute it and/or modify
 
13
        #    it under the terms of the GNU General Public License as published by
 
14
        #    the Free Software Foundation, either version 3 of the License, or
 
15
        #    (at your option) any later version.
 
16
        #
 
17
        #    wms_location is distributed in the hope that it will be useful,
 
18
        #    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
        #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
        #    GNU General Public License for more details.
 
21
        #
 
22
        #    You should have received a copy of the GNU General Public License
 
23
        #    along with this program.  If not, see [http://www.gnu.org/licenses/].
 
24
        #
 
25
        ##############################################################################
 
26
 
 
27
        <record id="base.res_partner_agrolait" model="res.partner">
 
28
            <field name="property_stock_customer" ref="location_customer_agrolait"/>
 
29
        </record>
 
30
 
 
31
    </data>
 
32
</openerp>