Merge lp://qastaging/~vauxoo/openerp-mexico-localization/characters_specials-dev-jc into lp://qastaging/openerp-mexico-localization/7.0

Proposed by Juan Carlos Hernandez
Status: Needs review
Proposed branch: lp://qastaging/~vauxoo/openerp-mexico-localization/characters_specials-dev-jc
Merge into: lp://qastaging/openerp-mexico-localization/7.0
Diff against target: 106 lines (+16/-11)
2 files modified
l10n_mx_facturae/invoice.py (+12/-9)
l10n_mx_facturae_pac/invoice.py (+4/-2)
To merge this branch: bzr merge lp://qastaging/~vauxoo/openerp-mexico-localization/characters_specials-dev-jc
Reviewer Review Type Date Requested Status
Julio Serna-http://www.vauxoo.com Pending
Juan Carlos Hernandez Pending
Jorge Angel Naranjo Rogel - http://www.vauxoo.com Pending
Review via email: mp+205463@code.qastaging.launchpad.net

Description of the change

se agregó la siguiente función para caracteres especiales como (® ½ & > < ' " ´ ©) y mas caracteres especiales.
def string_to_xml_format(self, cr, uid, ids, text):
       return text.encode('utf-8', 'xmlcharrefreplace')

To post a comment you must log in.

Unmerged revisions

352. By Juan Carlos Hernandez

[IMP][l10n_mx_facturae]add function string_to_xml_format() for characters ® & > < ' " ´ and more characters

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.