Merge lp:~javieredm/openerp-venezuela-localization/javier-bug-868013 into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by Javier Duran
Status: Merged
Merged at revision: 413
Proposed branch: lp:~javieredm/openerp-venezuela-localization/javier-bug-868013
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 21 lines (+2/-2)
1 file modified
l10n_ve_withholding_muni/wh_muni_view.xml (+2/-2)
To merge this branch: bzr merge lp:~javieredm/openerp-venezuela-localization/javier-bug-868013
Reviewer Review Type Date Requested Status
Javier Duran (community) Approve
Nhomar - Vauxoo Pending
Review via email: mp+78272@code.launchpad.net

Commit message

[MERGE] Fix bug 868013

Description of the change

Corrección en la ubicación de los menues de las retenciones municipales

To post a comment you must log in.
Revision history for this message
Javier Duran (javieredm) wrote :

Merged. Committed revision 413

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding_muni/wh_muni_view.xml'
2--- l10n_ve_withholding_muni/wh_muni_view.xml 2011-09-12 16:34:55 +0000
3+++ l10n_ve_withholding_muni/wh_muni_view.xml 2011-10-05 15:38:41 +0000
4@@ -168,7 +168,7 @@
5 <menuitem
6 id="menu_action_account_wh_muni_customer"
7 name="Local Withholding Customer"
8- parent="l10n_ve_withholding.menu_wh_customer"
9+ parent="account.menu_finance_receivables"
10 action="action_account_wh_muni_customer"/>
11
12
13@@ -200,7 +200,7 @@
14 <menuitem
15 id="menu_action_account_wh_muni_supplier"
16 name="Local Withholding Supplier"
17- parent="l10n_ve_withholding.menu_wh_suppiler"
18+ parent="account.menu_finance_payables"
19 action="action_account_wh_muni_supplier"/>
20
21 </data>