Merge lp:~inddiana/diana-addons/nota_credito_desc_financieros into lp:diana-addons/6.0

Proposed by [SISB] Aryrosa Fuentes
Status: Merged
Merged at revision: 13
Proposed branch: lp:~inddiana/diana-addons/nota_credito_desc_financieros
Merge into: lp:diana-addons/6.0
Diff against target: 25 lines (+2/-2)
2 files modified
notas_de_credito/view/nota_credito_desc_financiero.xml (+1/-1)
notas_de_credito/wizard/nota_credito_1_x_100_wizard.py (+1/-1)
To merge this branch: bzr merge lp:~inddiana/diana-addons/nota_credito_desc_financieros
Reviewer Review Type Date Requested Status
Aristóbulo Meneses Pending
Review via email: mp+161194@code.launchpad.net

Description of the change

[MOD] En el menu se muestra un nombre mas corto.
Se incluye en el origen de la factura rectificativa la frase DESCUENTO FINANCIERO.

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 'notas_de_credito/view/nota_credito_desc_financiero.xml'
2--- notas_de_credito/view/nota_credito_desc_financiero.xml 2013-04-26 02:23:18 +0000
3+++ notas_de_credito/view/nota_credito_desc_financiero.xml 2013-04-26 16:43:29 +0000
4@@ -56,7 +56,7 @@
5 <field name="search_view_id" ref="view_nc_product_tax_search"/>
6 <field name="help">Configurar los productos utilizados por cada impuesto en las notas de credito para descuentos financieros en ventas.</field>
7 </record>
8- <menuitem id="menu_action_nc_product_tax_desc_fin_form" name="Impuestos y productos para descuentos financieros" parent="account.menu_finance_configuration"/>
9+ <menuitem id="menu_action_nc_product_tax_desc_fin_form" name="Descuentos financieros" parent="account.menu_finance_configuration"/>
10 <menuitem action="action_nc_product_tax_form" id="menu_action_nc_product_tax_form" parent="menu_action_nc_product_tax_desc_fin_form"/>
11 </data>
12 </openerp>
13
14=== modified file 'notas_de_credito/wizard/nota_credito_1_x_100_wizard.py'
15--- notas_de_credito/wizard/nota_credito_1_x_100_wizard.py 2013-04-26 02:36:25 +0000
16+++ notas_de_credito/wizard/nota_credito_1_x_100_wizard.py 2013-04-26 16:43:29 +0000
17@@ -66,7 +66,7 @@
18
19 inv = {
20 'name': 'RECTIFICA A ' + cabecera.number + ' DESCONTANDO EL ' + str(descuento) + '%',
21- 'origin': cabecera.origin,
22+ 'origin': cabecera.origin + ' - DESCUENTO FINANCIERO',
23 'type': 'out_refund',
24 'reference': cabecera.number,
25 'account_id': a,

Subscribers

People subscribed via source and target branches