Merge lp:~vauxoo/openerp-venezuela-localization/miguel-av-iva-islr into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by Miguel Delgado (Vauxoo)
Status: Merged
Merged at revision: 546
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/miguel-av-iva-islr
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_ve_withholding/__openerp__.py (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/miguel-av-iva-islr
Reviewer Review Type Date Requested Status
Nhomar - Vauxoo Pending
Review via email: mp+80068@code.launchpad.net

Description of the change

added account_voucher dependency to l10n_ve_withholding module to solve the problem with the test yaml when we try install l10n_ve_islr_withholding and l10n_ve_withholding_iva modules

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding/__openerp__.py'
2--- l10n_ve_withholding/__openerp__.py 2011-10-19 19:16:27 +0000
3+++ l10n_ve_withholding/__openerp__.py 2011-10-21 13:29:33 +0000
4@@ -38,7 +38,7 @@
5 -
6 """,
7 'init_xml': [],
8- "depends" : ["l10n_ve_fiscal_requirements", "account", "account_accountant"],
9+ "depends" : ["l10n_ve_fiscal_requirements", "account", "account_accountant","account_voucher"],
10 'update_xml': [
11 'security/withholding_security.xml',
12 'security/ir.model.access.csv',