17.0-20240226
osimallen
released this
26 Feb 17:14
·
4003 commits
to 17.0
since this release
[FIX] point_of_sale: retain element in whenMounted Prior to this commit, the receipt element was cloned and appended to the render-container for web printing, then deleted after print callback. This approach failed on Android, leading to an empty page, as the cloned element was removed before printing. This commit resolves the issue by retaining the cloned element until the next clone addition to the container, at which point existing elements are removed. opw-3755682 closes odoo/odoo#154777 Signed-off-by: Joseph Caburnay (jcb) <[email protected]>