The source project of this merge request has been removed.
perf(account.invocice): use jinja to create xml
2 unresolved threads
User jinja templates to create xml file
33 from openerp import SUPERUSER_ID 30 34 from openerp.report import render_report 31 35 from openerp.osv import fields as fields_old 36 from xml.dom import minidom 37 from xml.dom.minidom import parseString 38 from pytz import timezone 32 39 33 40 import time 34 from xml.dom import minidom 35 41 import base64 36 42 import hashlib 37 43 import tempfile 38 44 import os 39 from datetime import datetime 40 from pytz import timezone 45 import codecs - Last updated by fedexin40
918 546 _('Warning'), _('Not Attached PDF\n') 919 547 ) 920 548 return True 549 550 @api.model 551 def _get_facturae_invoice_xml_data(self): 552 ir_attachment_facturae_obj = self.env['ir.attachment.facturae.mx'] 553 emitter = ( 554 self.company_emitter_id and added 10 commits
-
3fdd6874...30039d4b - 7 commits from branch
l10n_mx:master
- bbeec388 - perf(account.invocice): use genshi create xml
- 9539bb6e - refactor(account.invoice): remove unused functions
- 71b9af78 - fix(account.invoice pdf): use currency_to_text function
Toggle commit list-
3fdd6874...30039d4b - 7 commits from branch