Merge lp:~vauxoo/openerp-venezuela-localization/gaby-bug-product-islr into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Proposed by Gabriela Quilarque
Status: Merged
Merge reported by: Gabriela Quilarque
Merged at revision: not available
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/gaby-bug-product-islr
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 11 lines (+1/-1)
1 file modified
l10n_ve_withholding_islr/product.py (+1/-1)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/gaby-bug-product-islr
Reviewer Review Type Date Requested Status
Gabriela Quilarque Pending
Review via email: mp+80839@code.launchpad.net

Description of the change

Changed name of withholding concept generic in validation:

RETENTION DOES NOT APPLY to NO APLICA RETENCION.

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_islr/product.py'
2--- l10n_ve_withholding_islr/product.py 2011-10-25 20:33:16 +0000
3+++ l10n_ve_withholding_islr/product.py 2011-10-31 20:03:29 +0000
4@@ -57,7 +57,7 @@
5 concept_id = concept_obj.search(cr, uid, [('id','<>',None)])
6
7 if concept_id:
8- concept_id = concept_obj.search(cr, uid, [('name','ilike','RETENTION DOES NOT APPLY')])[0]
9+ concept_id = concept_obj.search(cr, uid, [('name','ilike','NO APLICA RETENCION')])[0]
10 else:
11 raise osv.except_osv(_('Invalid action !'),_("Must create the concept of withholding income"))
12