~inddiana/openerp-venezuela-localization/reporte_compromiso_social

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_muni/__openerp__.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:
22
22
#
23
23
##############################################################################
24
24
{
25
 
    "name" : "Withholding vat Venezuelan laws",
 
25
    "name" : "Local Withholding Venezuelan laws",
26
26
    "version" : "0.5",
27
27
    "author" : "Vauxoo",
28
28
    "website" : "http://vauxoo.com",
34
34
    'update_xml': [
35
35
#        'security/wh_iva_security.xml',
36
36
#        'security/ir.model.access.csv',
37
 
#        'account_invoice_view.xml',
38
 
#        'account_view.xml',
39
 
#        'partner_view.xml',
40
 
#        'wh_iva_view.xml',
41
 
#        "wh_iva_sequence.xml",
 
37
        'account_invoice_view.xml',
 
38
        'partner_view.xml',
 
39
        'wh_muni_view.xml',
 
40
        "wh_muni_sequence.xml",
42
41
#        "wh_iva_workflow.xml",
43
42
#        "account_workflow.xml",
44
43
    ],