-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
[MIG] openupgrade_framework v17 #4427
[MIG] openupgrade_framework v17 #4427
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01c01ab - Browse repository at this point
Copy the full SHA 01c01abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ccc6a - Browse repository at this point
Copy the full SHA 39ccc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 112bfd6 - Browse repository at this point
Copy the full SHA 112bfd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a31219 - Browse repository at this point
Copy the full SHA 5a31219View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc45490 - Browse repository at this point
Copy the full SHA cc45490View commit details -
Configuration menu - View commit details
-
Copy full SHA for de2ba9e - Browse repository at this point
Copy the full SHA de2ba9eView commit details -
[FIX] doc: base must be included in --load parameter
If we don't include it, /jsonrpc route doesn't work.
Configuration menu - View commit details
-
Copy full SHA for ceccdbd - Browse repository at this point
Copy the full SHA ceccdbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 933c1e6 - Browse repository at this point
Copy the full SHA 933c1e6View commit details -
[FIX] base: Don't fail uninstalling when missing models
If you have a module in previous versions that adds data on a model, and such model is not loaded in the registry in current version because the module is absent in it, you can't uninstall such module, getting this error: File "odoo/odoo/addons/base/models/ir_model.py", line 1945, in _module_data_uninstall delete(self.env[model].browse(item[1] for item in items)) File "odoo/odoo/api.py", line 463, in __getitem__ return self.registry[model_name]._browse(self, (), ()) File "odoo/odoo/modules/registry.py", line 177, in __getitem__ return self.models[model_name] KeyError: 'model' With this patch, data cleanup of such model is skipped and there's no crash.
Configuration menu - View commit details
-
Copy full SHA for d1565e0 - Browse repository at this point
Copy the full SHA d1565e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 928df6a - Browse repository at this point
Copy the full SHA 928df6aView commit details -
[DOC] add banner file, to make this module more visible on the app st…
…ore ; add links to the new OpenUpgrade website
Configuration menu - View commit details
-
Copy full SHA for 11c9a9a - Browse repository at this point
Copy the full SHA 11c9a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1991ffb - Browse repository at this point
Copy the full SHA 1991ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb6ec2 - Browse repository at this point
Copy the full SHA bbb6ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7289a5a - Browse repository at this point
Copy the full SHA 7289a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087e6e7 - Browse repository at this point
Copy the full SHA 087e6e7View commit details -
[IMP] openupgrade_framework: avoid AttributeError in view validation
If corresponding field is None, we need to avoid the "AttributeError: 'NoneType' object has no attribute error.
Configuration menu - View commit details
-
Copy full SHA for f6840fa - Browse repository at this point
Copy the full SHA f6840faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 217c2c0 - Browse repository at this point
Copy the full SHA 217c2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac84229 - Browse repository at this point
Copy the full SHA ac84229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8e420 - Browse repository at this point
Copy the full SHA 5b8e420View commit details -
Configuration menu - View commit details
-
Copy full SHA for d671a8d - Browse repository at this point
Copy the full SHA d671a8dView commit details -
Update method _postprocess_view of ir_ui_view by removing the input a…
…rg validate as it is not anymore in odoo 15
Configuration menu - View commit details
-
Copy full SHA for aedc5d9 - Browse repository at this point
Copy the full SHA aedc5d9View commit details -
[MIG] remove the odoo_patch on function _postprocess_view which becam…
…e useless after the input argument validate has been removed
Configuration menu - View commit details
-
Copy full SHA for addb5d0 - Browse repository at this point
Copy the full SHA addb5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27eb2fd - Browse repository at this point
Copy the full SHA 27eb2fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 592e21a - Browse repository at this point
Copy the full SHA 592e21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74750bd - Browse repository at this point
Copy the full SHA 74750bdView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68504d9 - Browse repository at this point
Copy the full SHA 68504d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01a09e - Browse repository at this point
Copy the full SHA b01a09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe5faf - Browse repository at this point
Copy the full SHA dfe5fafView commit details -
[IMP] base: override to not raise an exception
Because we captured the exception in _raise_view_error and archived that view, so info is None, but it is called to info.get('select') in NameManager.check, which will raise an exception AttributeError, so we need to override to not raise an exception
Configuration menu - View commit details
-
Copy full SHA for 20cae73 - Browse repository at this point
Copy the full SHA 20cae73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d61789 - Browse repository at this point
Copy the full SHA 1d61789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77347d2 - Browse repository at this point
Copy the full SHA 77347d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa51db - Browse repository at this point
Copy the full SHA bfa51dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 145a58a - Browse repository at this point
Copy the full SHA 145a58aView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8bd324e - Browse repository at this point
Copy the full SHA 8bd324eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bce360 - Browse repository at this point
Copy the full SHA 8bce360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f9860 - Browse repository at this point
Copy the full SHA 21f9860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4683efb - Browse repository at this point
Copy the full SHA 4683efbView commit details -
[IMP] openupgrade_framework: pre-commit auto fixes and enable
.github/workflows/test.yml
Configuration menu - View commit details
-
Copy full SHA for 776ab19 - Browse repository at this point
Copy the full SHA 776ab19View commit details -
[FIX] odoo_patch: don't raise or log exceptions in view validation
unless explicitely requested
Configuration menu - View commit details
-
Copy full SHA for 1bd694a - Browse repository at this point
Copy the full SHA 1bd694aView commit details -
[MIG] openupgrade_framework v17
-This commit remove unecessary patch -Check if test exist then execute it in the test.yml -Remove the test loader from patch, detail at OCA#4327 (comment)
Configuration menu - View commit details
-
Copy full SHA for 52de874 - Browse repository at this point
Copy the full SHA 52de874View commit details