~digi-solution/openerp-digisolution/6.1

« back to all changes in this revision

Viewing changes to commertek_picking/__init__.py

  • Committer: raima-mendoza
  • Date: 2013-03-13 15:22:24 UTC
  • Revision ID: raima.mendoza@digi-solution.com-20130313152224-xi9foce8k20mqmm2
[ADD] formatos commertek con la misma info que se ha manejado

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
# -*- encoding: utf-8 -*-
 
3
###########################################################################
 
4
#    Module Writen to OpenERP, Open Source Management Solution
 
5
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
 
6
#    All Rights Reserved
 
7
###############Credits######################################################
 
8
#    Coded by: María Gabriela Quilarque  <gabriela@vauxoo.com>
 
9
#    Planified by: Nhomar Hernandez
 
10
#    Finance by: Helados Gilda, C.A. http://heladosgilda.com.ve
 
11
#    Audited by: Nhomar Hernandez
 
12
#############################################################################
 
13
#    This program is free software: you can redistribute it and/or modify
 
14
#    it under the terms of the GNU General Public License as published by
 
15
#    the Free Software Foundation, either version 3 of the License, or
 
16
#    (at your option) any later version.
 
17
#
 
18
#    This program is distributed in the hope that it will be useful,
 
19
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
20
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
21
#    GNU General Public License for more details.
 
22
#
 
23
#    You should have received a copy of the GNU General Public License
 
24
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
25
##############################################################################
 
26