Daily updates from Odoo
Wednesday, February 18, 2026
1 change · master
Code cleanup and technical improvements
This update streamlines the creation of point-of-sale receipts by using backend templates, enabling generation from both the front and back ends. The system now generates receipts within iframes with optimized CSS, resulting in faster generation and reduced errors. This improves the overall POS experience.
Original PR description
*: l10n_at_pos, l10n_br_edi_pos, l10n_cl_edi_pos, l10n_de_pos_cert, l10n_de_pos_res_cert, l10n_eu_iot_scale_cert, l10n_it_pos, l10n_ke_edi_oscu_pos, l10n_se_pos, pos_blackbox_be, pos_iot, pos_iot_six, pos_self_order_iot, pos_settle_due, pos_tyro, pos_urban_piper All receipts in the PoS are now generated with backend templates, allowing them to be generated in both the frontend and backend. The generation system has also been changed to generate tickets in iframes with specific CSS. This reduces generation time and avoids CSS errors.