Daily updates from Odoo
Wednesday, August 26, 2015
1 change
Code cleanup and technical improvements
Report generation now only applies a special page sizing workaround when it is actually needed. This helps prevent large tables in reports from overflowing while preserving compatibility for website quote documents that depend on the previous behavior.
Original PR description
viewport-size doesn't change the screen resolution but instead do _something_ with the window size. It was set by rev 2254a970d426da5 in order to fix some bootstrap issue with wkhtmltopdf (the screen resolution is _i suppose_ always 800*600 and thus only the col-xs classes were applied so viewport_size is as workaround for that) but it's triggering other overflowing issues with big tables in enterprise's account_reports module. ping @JKE-be @odony ok for you? thanks