odoo/addons/report
Olivier Dony e0014387c5
[FIX] report: always close pdf files after merge
If an exception during the merges (such as a file descriptor overrun), we
would otherwise depend on the next garbage collection to close the
files. But the next GC may never come.

For example if we ran out of OS file descriptors during merge, all future
requests will crash for the same reason, and the process will never recover
because the GC will never run.

Much easier to explicitly close the files all the time.
2017-05-11 09:01:12 +02:00
..
controllers [FIX] report, website_report: barcode widget 2016-03-03 13:51:44 +01:00
data [FIX] address div more to the left on external reports 2014-05-21 11:57:45 +02:00
i18n [I18N] Update translation terms from Transifex 2017-03-19 02:55:34 +01:00
models [FIX] report: always close pdf files after merge 2017-05-11 09:01:12 +02:00
security [FIX] renamed ir.actions.report.paperformat model to report.paperformat, renamed html_skeleton to html_container in report layouts and renamed paperformat.py file to report_paperformat.py 2014-02-18 16:53:47 +01:00
static/src [IMP] report: use unminifed version reset.css 2015-04-30 15:31:48 +02:00
tests [FIX] report explicitly import tests 2014-04-22 14:21:55 +02:00
views [FIX] report: prevent overlapping of tbody rows with header part 2015-06-29 15:02:15 +02:00
__init__.py [IMP] report form view move inherited view, restore and refactor test case (kept commented atm) from non merged branch qweb-report 2014-03-07 01:06:20 +01:00
__openerp__.py [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00