Friday, November 5, 2021
2 changes · master
Resolved issues and error corrections
The Peru electronic invoicing tests were updated to use the correct VAT code, aligning Enterprise with a related core Odoo fix. This helps keep automated checks accurate and reduces the risk of false test results during future updates.
This fix prevents the map view from continuing background requests after a user leaves or closes it. It reduces unnecessary server activity and helps avoid errors or instability when navigating away from map screens.
Original PR description
Before this commit, it could happen that the model makes a rpc while the view is unmounted. This commit fixes it by stopping the execution after each await if component is unmounted.