~vauxoo/openerp-mexico-localization/type_invoice_report_dev_luis

« back to all changes in this revision

Viewing changes to l10n_mx_stock_count/report/__init__.py

  • Committer: moylop260
  • Date: 2011-05-17 03:46:11 UTC
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: moylop260@hotmail.com-20110517034611-oprpx39eq9d21x0h
[FIX]: Reverted delete addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
###########################################################################
 
3
#    Module Writen to OpenERP, Open Source Management Solution
 
4
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
 
5
#    All Rights Reserved
 
6
###############Credits######################################################
 
7
#    Coded by: Angelica Barrios angelicaisabelb@gmail.com
 
8
#              Humberto Arocha humberto@openerp.com.ve
 
9
#    Planified by: Humberto Arocha
 
10
#    Finance by: LUBCAN COL S.A.S http://www.lubcancol.com
 
11
#    Audited by: Humberto Arocha humberto@openerp.com.ve
 
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
 
 
27
 
 
28
import reporte_stock
 
29