Sunday, April 9, 2023
3 changes · master
Enhancements to existing features
Users who are not signed in will no longer lose page details when they are sent to the login screen from the main web entry point. This helps ensure they can still be taken to the intended page or form after signing in, improving navigation continuity.
Original PR description
Description of the issue/feature this PR addresses: A user which is not authenticated yet and hits the `/web` route passing some query parameters, gets redirected to `/web/login` route losing any parameter passed. There are cases where it could be useful to keep those parameters, for example if we want to redirect a user to a specific form view passing the `redirect` parameter Current behavior before PR: Any query parameter passed to `/web` route gets lost if the user is not authenticated yet Desired behavior after PR is merged: Any query parameter passed to `/web` route for a non-authenticated user is passed to the `web/login` route so that it can be availabale after user login (e.g: redirect parameter example) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
To reproduce ============ - Accounting > Vendor Bills > create a vendor bill and upload the pdf (attached on this ticket) - back to list view, select the created bill and print the original bills a user error is raised Problem ======= when trying to add the banner we read the PDF and we found out that it's encrypted so we raise the error Solution ======== if the PDF is encrypted, we log warning and carry on downloading the original bill. opw-3221796 Forward-Port-Of: odoo/odoo#11
Original PR description
To reproduce ============ - Accounting > Vendor Bills > create a vendor bill and upload the pdf (attached on this ticket) - back to list view, select the created bill and print the original bills a user error is raised Problem ======= when trying to add the banner we read the PDF and we found out that it's encrypted so we raise the error Solution ======== if the PDF is encrypted, we log warning and carry on downloading the original bill. opw-3221796 Forward-Port-Of: odoo/odoo#118089 Forward-Port-Of: odoo/odoo#116987
COMMANDS was written with the intention of allowing other modules to inherit and extend. But it seems someone forgot to export it. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#118120
Original PR description
COMMANDS was written with the intention of allowing other modules to inherit and extend. But it seems someone forgot to export it. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#118120