Daily updates from Odoo
Monday, June 19, 2023
1 change
Code cleanup and technical improvements
This update consolidates two internal Point of Sale data-handling components into one shared structure. It should make future Point of Sale maintenance easier across country-specific and hardware-related features without changing day-to-day user workflows.
Original PR description
*: l10n_de_pos_cert, l10n_de_pos_res_cert, l10n_mx_edi_pos, pos_iot, pos_l10n_se, pos_preparation_display, pos_settle_due After the architectural refactor of the PoS App, there are two classes that make sense to merge. In this refactoring task, we're merging them. Task: 3358550