-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
14.0 UMT Security Patches #54
base: 14.0-umt-Rel-#22
Are you sure you want to change the base?
Commits on Sep 29, 2022
-
[FIX] payment: don't display token in error message
This is internal data that does not need to be shown to the user
Configuration menu - View commit details
-
Copy full SHA for 7aaa824 - Browse repository at this point
Copy the full SHA 7aaa824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f7119 - Browse repository at this point
Copy the full SHA 94f7119View commit details -
[FIX] base: correct evaluation context for report rendering
Fix of 57665a0 which was problematic in point_of_sale
Configuration menu - View commit details
-
Copy full SHA for 1f059f9 - Browse repository at this point
Copy the full SHA 1f059f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2727cf - Browse repository at this point
Copy the full SHA e2727cfView commit details -
[FIX] web: expect explicit sign up parameters
Using an explicit list of sign up parameters will avoid polluting the context with unrelated values, and make debugging easier.
Configuration menu - View commit details
-
Copy full SHA for 257b2c5 - Browse repository at this point
Copy the full SHA 257b2c5View commit details -
Partially backport the changes from 49429f9 to file_open to be able to use it in the assetsbundle
Configuration menu - View commit details
-
Copy full SHA for b795535 - Browse repository at this point
Copy the full SHA b795535View commit details -
Configuration menu - View commit details
-
Copy full SHA for a620361 - Browse repository at this point
Copy the full SHA a620361View commit details -
[FIX] website: fix video loading
task-2376327
Configuration menu - View commit details
-
Copy full SHA for 2863284 - Browse repository at this point
Copy the full SHA 2863284View commit details -
[FIX] web: more reliably avoid downloads on new file
5195550 mitigated an issue of being able to try and download files which don't exist yet, make the fix more reliable by clearing out the field completely and hiding the content if the (readonly) field has no value *or the record is not saved yet*. Also clean up the code: * an old-style forward port created a duplicate fixprovement (a8d01cb) which seems less correct as it applies conditionally * and the code is branchier than necessary, we can make it simpler by judiciously leveraging jquery's API closes odoo#77756 X-original-commit: 05db9be Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
Configuration menu - View commit details
-
Copy full SHA for f946d96 - Browse repository at this point
Copy the full SHA f946d96View commit details -
[FIX] ir_demo.py: Force admin access to load demo data
Only admin users should be able to load demo data, if needed. This is only possible from the settings dashboard, and thus, the method could be decorated. See: c002e2e
Configuration menu - View commit details
-
Copy full SHA for 40f4e51 - Browse repository at this point
Copy the full SHA 40f4e51View commit details