Thursday, June 11, 2026
2 changes · 19.0
Enhancements to existing features
The point of sale number entry popup was reorganized so its input update behavior can be customized more easily. This is a small internal improvement that supports future extensions without changing the cashier experience.
Original PR description
We extract the update buffer method in order to allow patching. see odoo/enterprise#119702 task-5942777
This PR improves the error logs posted in the chatter when GSTR-1 filing fails. The error message now includes the GST portal error code, error description, and all failing HSN codes. Each HSN code is clickable, allowing users to directly open the related journal items and identify the records that need correction. Previously, only the error code and message were shown. Users had to manually inspect the GST response JSON to find the failing HSN codes and then search for the corresponding j
Original PR description
This PR improves the error logs posted in the chatter when GSTR-1 filing fails. The error message now includes the GST portal error code, error description, and all failing HSN codes. Each HSN code is clickable, allowing users to directly open the related journal items and identify the records that need correction. Previously, only the error code and message were shown. Users had to manually inspect the GST response JSON to find the failing HSN codes and then search for the corresponding journal items. This enhancement makes it much easier and faster to identify and resolve filing issues.