Tuesday, June 25, 2024
3 changes · 17.0
Enhancements to existing features
When creating a new preparation display, it will now start with an empty backlog instead of showing all past orders. This ensures new displays only show orders created after they are set up, providing a cleaner and more organized workflow for restaurant staff.
Original PR description
Steps to reproduce: - Create a preparation display - Create orders to appear in it - Create a new preparation display Behavior: - Past orders before the creation of the preparation display still appear. Intended behaviour: - New preparation display needs to be empty. Reference: opw-4008808
Users can now change their CodaBox password that was initially provided during setup. A new password change wizard has been added to make this process simple and secure. This improvement gives users more control over their account security for Belgian bank connections.
Original PR description
This commit allows the user the password provided by IAP during the first connection. A new wizard has been added for this. task-id: 3857241 IAP: https://github.com/odoo/iap-apps/pull/790
This update adds comprehensive test coverage for three important GST treatment scenarios in India's GSTR-1 reporting: deemed exports, composition schemes, and UIN holders. These new tests ensure the system correctly handles these specific GST categories, improving the reliability and accuracy of GST compliance reporting for Indian businesses.
Original PR description
**Before this PR:** There were no test cases written for the following three GST treatments: deemed export, composition and UIN holder. **After this PR:** Test cases have been added for the deemed export, composition and UIN holder GST treatments. **task**-3892511 Forward-Port-Of: odoo/enterprise#63333