Wednesday, January 17, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This fix ensures that when a customer is selected and edited in Point of Sale, the updated details appear immediately in the POS interface. It prevents staff from seeing outdated customer information after making changes, improving accuracy during checkout and customer service.
Original PR description
To reproduce: - Select a partner in the partner list - Try to modify the selected partner - The modification won't be taken into account in the front-end Fix: When the partner list was loaded at the render of the template, a copy of the selected partner was put at the top of the list. This copy didn't contain the modified fields. This PR makes sure that the updated partner information is loaded. Task-id: 3672197 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Chilean companies using Point of Sale can now create new customers from the customer list without encountering an error. The update completes a previous data-field rename and refreshes the customer form layout to match the newer interface framework.
Original PR description
To reproduce: - Open CL company pos - Open partner list - Try to create a new partner - A traceback will be shown Fix: The attribute l10n_latam_identification_types was changed to l10n_latam.identification.type in this pr: https://github.com/odoo/enterprise/pull/51000. Two places have been forgotten. This pr also adapts the template to the new bootstrap implementation. Task-id: 3672197