-
- Downloads
[FIX] web: accept is_html_empty in layout wizard
Scenario: - edit the current document layout and use is_html_empty method in it - it works in Preview Document, when printing any report, ... => it breaks when opening document layout wizard by clicking on "Configure Document Layout" Reason: is_html_empty was added to _get_rendering_context, but the preview instead the document layout wizard doesn't use this method. Fix: add is_html_empty in the context opw-3433583 closes odoo/odoo#133029 X-original-commit: c56942e8 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>