~savoirfairelinux-openerp/openobject-addons/7.0_stock-merge-picking

« back to all changes in this revision

Viewing changes to stock_picking_clientorderref_premerge/__openerp__.py

  • Committer: Marco Dieckhoff
  • Date: 2011-05-17 14:58:07 UTC
  • mfrom: (44.1.6 OpenERP_common_modules)
  • Revision ID: marco.dieckhoff@bremskerl.de-20110517145807-5gxr6sxmucb3myvt
added stock_picking_clientorderref_premerge; updated survey_change_response_user; minor fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    OpenERP Module
 
5
#    
 
6
#    Copyright (C) 2011 BREMSKERL-REIBBELAGWERKE EMMERLING GmbH & Co. KG
 
7
#    Author Marco Dieckhoff
 
8
#
 
9
#    This program is free software: you can redistribute it and/or modify
 
10
#    it under the terms of the GNU Affero General Public License as
 
11
#    published by the Free Software Foundation, either version 3 of the
 
12
#    License, or (at your option) any later version.
 
13
#
 
14
#    This program is distributed in the hope that it will be useful,
 
15
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
#    GNU Affero General Public License for more details.
 
18
#
 
19
#    You should have received a copy of the GNU Affero General Public License
 
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
#
 
22
##############################################################################
 
23
{
 
24
    'name' : 'Add Customer Reference from pre-merge Sales Order to Stock Picking overview',
 
25
    'version' : '1.05',
 
26
    'author' : 'Marco Dieckhoff (Bremskerl)',
 
27
    'website' : 'www.bremskerl.com',
 
28
    'depends' : ['stock_merge_picking_sale'],
 
29
    'category' : 'Warehouse',
 
30
    'description': "Add Customer Reference from pre-merge Sales Order to Stock Picking overview",
 
31
    'init_xml' : [],
 
32
    'demo_xml' : [],
 
33
    'update_xml' : ["view/stock_view.xml"],
 
34
    'active': False,
 
35
    'installable': True
 
36
}