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
=== modified file 'l10n_ve_withholding/l10n_ve_withholding_view.xml'
--- l10n_ve_withholding/l10n_ve_withholding_view.xml 2011-10-31 14:08:31 +0000
+++ l10n_ve_withholding/l10n_ve_withholding_view.xml 2012-01-27 20:51:44 +0000
@@ -5,7 +5,7 @@
5<!--5<!--
6 Menu Generico para todos los modulos de iva, islr y municipales6 Menu Generico para todos los modulos de iva, islr y municipales
7-->7-->
8 <menuitem id="menu_wh_configuration" name="Withholdings" parent="account.menu_finance_configuration"/>8 <menuitem id="menu_wh_configuration" name="Withholdings" parent="account.menu_finance_accounting"/>
9 <menuitem id="menu_withholdings" name="Withholdings" parent="account.menu_finance"/>9 <menuitem id="menu_withholdings" name="Withholdings" parent="account.menu_finance"/>
1010
11<!-- <menuitem id="menu_wh_customer" name="Customer Withholding" parent="account.menu_finance_receivables" sequence="300"/>-->11<!-- <menuitem id="menu_wh_customer" name="Customer Withholding" parent="account.menu_finance_receivables" sequence="300"/>-->
1212
=== modified file 'l10n_ve_withholding_iva/i18n/es.po'
--- l10n_ve_withholding_iva/i18n/es.po 2012-01-05 17:04:56 +0000
+++ l10n_ve_withholding_iva/i18n/es.po 2012-01-27 20:51:44 +0000
@@ -452,6 +452,11 @@
452msgstr "Retención del IVA en cuenta de compra"452msgstr "Retención del IVA en cuenta de compra"
453453
454#. module: l10n_ve_withholding_iva454#. module: l10n_ve_withholding_iva
455#: help:account.invoice,wh_iva_id:0
456msgid "Withholding vat."
457msgstr "Retención de IVA."
458
459#. module: l10n_ve_withholding_iva
455#: view:account.invoice:0460#: view:account.invoice:0
456#: view:res.partner:0461#: view:res.partner:0
457msgid "Withholdings Vat"462msgid "Withholdings Vat"
458463
=== modified file 'l10n_ve_withholding_iva/i18n/es_VE.po'
--- l10n_ve_withholding_iva/i18n/es_VE.po 2012-01-24 15:35:54 +0000
+++ l10n_ve_withholding_iva/i18n/es_VE.po 2012-01-27 20:51:44 +0000
@@ -123,6 +123,11 @@
123msgstr "Error ! El cliente o proveedor debe ser agente de retención del IVA ."123msgstr "Error ! El cliente o proveedor debe ser agente de retención del IVA ."
124124
125#. module: l10n_ve_withholding_iva125#. module: l10n_ve_withholding_iva
126#: help:account.invoice,wh_iva_id:0
127msgid "Withholding vat."
128msgstr "Retención de IVA."
129
130#. module: l10n_ve_withholding_iva
126#: view:l10n_ve_withholding_iva.installer:0131#: view:l10n_ve_withholding_iva.installer:0
127#: view:wh_iva.config:0132#: view:wh_iva.config:0
128msgid "title"133msgid "title"
129134
=== modified file 'l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml'
--- l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml 2012-01-03 15:23:32 +0000
+++ l10n_ve_withholding_iva/wizard/l10n_ve_withholding_iva_installer.xml 2012-01-27 20:51:44 +0000
@@ -70,8 +70,8 @@
70 <field name="context">{'menu':True}</field> 70 <field name="context">{'menu':True}</field>
71 </record>71 </record>
7272
73 <menuitem parent="account.menu_finance_accounting" 73 <menuitem parent="l10n_ve_withholding.menu_wh_configuration"
74 name="Withholding Vat Configurator"74 name="Withholding Vat"
75 id="menu_withholding_iva" sequence="70" />75 id="menu_withholding_iva" sequence="70" />
76 <menuitem parent="menu_withholding_iva" name="Vat Configurator"76 <menuitem parent="menu_withholding_iva" name="Vat Configurator"
77 action="action_withholding_iva_wizard"77 action="action_withholding_iva_wizard"