~inddiana/openerp-venezuela-localization/reporte_compromiso_social

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_muni/__init__.py

  • Committer: Javier Duran
  • Author(s): javieredm at gmail
  • Date: 2011-09-08 18:24:07 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: javier@squezee-vir-20110908182407-bhfrol4wgcq7g1ni
[IMP] Se agrega vista de busqueda al modelo account.wh.munici
se migran campos modelos y vistas del modulo de retenciones municipales

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
##############################################################################
3
3
#
4
4
# Copyright (c) 2009 Netquatro C.A. (http://openerp.netquatro.com/) All Rights Reserved.
5
 
#                    Javier Duran <javier.duran@netquatro.com>
 
5
#                    Javier Duran <javieredm@gmail.com>
6
6
7
7
#
8
8
# WARNING: This program as such is intended to be used by professional
29
29
##############################################################################
30
30
 
31
31
 
32
 
import retencion_munici
 
32
import wh_muni
33
33
import invoice
34
 
#import account
35
34
import partner
36
 
#import stock
37
 
import report
38
 
import wizard
 
35
#import report
 
36
#import wizard
39
37