Merge lp:~vauxoo/openerp-venezuela-localization/jose-change-menu-withholdings into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Status: Merged
Merged at revision: 587
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/jose-change-menu-withholdings
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 59 lines (+13/-3)
4 files modified
l10n_ve_withholding/l10n_ve_withholding_view.xml (+1/-1)
l10n_ve_withholding_iva/i18n/es.po (+5/-0)
l10n_ve_withholding_iva/i18n/es_VE.po (+5/-0)
l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml (+2/-2)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/jose-change-menu-withholdings
Reviewer Review Type Date Requested Status
Gabriela Quilarque Pending
Review via email: mp+90527@code.launchpad.net

This proposal supersedes a proposal from 2012-01-27.

Description of the change

Changed position of menu retentions
 Changed Translations toname changed of menu

To post a comment you must log in.
Revision history for this message
Gabriela Quilarque (gabrielaquilarque97) wrote : Posted in a previous version of this proposal

Las traducciones ya fueron realizadas José, debes agregar solo las nuevas traducciones que tu realizaste al archivo es.po y es_VE.po que ya se encuentra en el proyecto.

review: Needs Fixing
587. By Vauxoo

[IMP] Changed menu of position.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding/l10n_ve_withholding_view.xml'
2--- l10n_ve_withholding/l10n_ve_withholding_view.xml 2011-10-31 14:08:31 +0000
3+++ l10n_ve_withholding/l10n_ve_withholding_view.xml 2012-01-27 20:51:44 +0000
4@@ -5,7 +5,7 @@
5 <!--
6 Menu Generico para todos los modulos de iva, islr y municipales
7 -->
8- <menuitem id="menu_wh_configuration" name="Withholdings" parent="account.menu_finance_configuration"/>
9+ <menuitem id="menu_wh_configuration" name="Withholdings" parent="account.menu_finance_accounting"/>
10 <menuitem id="menu_withholdings" name="Withholdings" parent="account.menu_finance"/>
11
12 <!-- <menuitem id="menu_wh_customer" name="Customer Withholding" parent="account.menu_finance_receivables" sequence="300"/>-->
13
14=== modified file 'l10n_ve_withholding_iva/i18n/es.po'
15--- l10n_ve_withholding_iva/i18n/es.po 2012-01-05 17:04:56 +0000
16+++ l10n_ve_withholding_iva/i18n/es.po 2012-01-27 20:51:44 +0000
17@@ -452,6 +452,11 @@
18 msgstr "Retención del IVA en cuenta de compra"
19
20 #. module: l10n_ve_withholding_iva
21+#: help:account.invoice,wh_iva_id:0
22+msgid "Withholding vat."
23+msgstr "Retención de IVA."
24+
25+#. module: l10n_ve_withholding_iva
26 #: view:account.invoice:0
27 #: view:res.partner:0
28 msgid "Withholdings Vat"
29
30=== modified file 'l10n_ve_withholding_iva/i18n/es_VE.po'
31--- l10n_ve_withholding_iva/i18n/es_VE.po 2012-01-24 15:35:54 +0000
32+++ l10n_ve_withholding_iva/i18n/es_VE.po 2012-01-27 20:51:44 +0000
33@@ -123,6 +123,11 @@
34 msgstr "Error ! El cliente o proveedor debe ser agente de retención del IVA ."
35
36 #. module: l10n_ve_withholding_iva
37+#: help:account.invoice,wh_iva_id:0
38+msgid "Withholding vat."
39+msgstr "Retención de IVA."
40+
41+#. module: l10n_ve_withholding_iva
42 #: view:l10n_ve_withholding_iva.installer:0
43 #: view:wh_iva.config:0
44 msgid "title"
45
46=== modified file 'l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml'
47--- l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml 2012-01-03 15:23:32 +0000
48+++ l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml 2012-01-27 20:51:44 +0000
49@@ -70,8 +70,8 @@
50 <field name="context">{'menu':True}</field>
51 </record>
52
53- <menuitem parent="account.menu_finance_accounting"
54- name="Withholding Vat Configurator"
55+ <menuitem parent="l10n_ve_withholding.menu_wh_configuration"
56+ name="Withholding Vat"
57 id="menu_withholding_iva" sequence="70" />
58 <menuitem parent="menu_withholding_iva" name="Vat Configurator"
59 action="action_withholding_iva_wizard"