chore(deps): update dependency openupgradelib to v3.12.0
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| openupgradelib | minor |
==3.4.0 -> ==3.12.0
|
Release Notes
OCA/openupgradelib (openupgradelib)
v3.12.0
What's Changed
- [IMP] get_field2column_type, merge_records: support for properties fields by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/424
- [FIX] convert_to_company_dependent: support for html fields by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/423
- [IMP] openupgrade_180.py: check table ir_property exists by @DavidJForgeFlow in https://github.com/OCA/openupgradelib/pull/426
- [IMP] load_data: support v19 upgrade_path by @hbrunn in https://github.com/OCA/openupgradelib/pull/427
New Contributors
- @DavidJForgeFlow made their first contribution in https://github.com/OCA/openupgradelib/pull/426
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.11.1...3.12.0
v3.11.1
What's Changed
- [FIX] add_columns: remove default False for boolean field by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/420
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.11.0...3.11.1
v3.11.0
What's Changed
- [IMP] add_columns: Allow False as initialization value by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/415
- [FIX] merge_records: norecompute was deprecated in v17 by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/417
- [FIX] add_columns: Don't consider False for non boolean columns by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/418
- [IMP] Fix SQL alias for JSON_OBJECT_AGG: use "value" to avoid synta… by @MaPaLo76 in https://github.com/OCA/openupgradelib/pull/419
New Contributors
- @MaPaLo76 made their first contribution in https://github.com/OCA/openupgradelib/pull/419
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.10.0...3.11.0
v3.10.0
What's Changed
- safe_unlink: No log error on unlink error by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/411
- [FIX] get_model2table: fill and track versions by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/413
- [IMP] rename_fields: rename ir_property names by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/414
- [ADD] add_column: split from add_fields by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/412
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.9.4...3.10.0
v3.9.4
v3.9.3
What's Changed
- [DEL] invalidate_cache: remove 'untested' warning by @StefanRijnhart in https://github.com/OCA/openupgradelib/pull/405
- [ADD] update_module_moved_translations by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/402
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.9.2...3.9.3
v3.9.2
What's Changed
- [IMP] fill_analytic_distribution: Make tags optional by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/407
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.9.1...3.9.2
v3.9.1
What's Changed
- [FIX] rename_models: don't call get_model2table by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/403
- [FIX] Update github workflow actions by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/404
- [FIX] convert_field_to_html: don't consider NULL values by @chienandalu in https://github.com/OCA/openupgradelib/pull/406
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.9.0...3.9.1
v3.9.0
What's Changed
- [FIX] Deprecate setup_requires for pyproject.toml by @chienandalu in https://github.com/OCA/openupgradelib/pull/400
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.8.1...3.9.0
v3.8.1
What's Changed
- [IMP] ignore vscode folder by @chienandalu in https://github.com/OCA/openupgradelib/pull/399
- [IMP] merge_records: delete before update by @chienandalu in https://github.com/OCA/openupgradelib/pull/398
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.7.3...3.8.1
v3.7.3: 3.8.0
What's Changed
- [FIX] load_data: switch to binary mode for recent versions by @jue-adhoc in https://github.com/OCA/openupgradelib/pull/394
- [ADD] openupgrade_180.convert_company_dependent by @hbrunn in https://github.com/OCA/openupgradelib/pull/396
- [IMP] rename_models: add condition to check version and existence of ir_property table by @xaviedoanhduy in https://github.com/OCA/openupgradelib/pull/395
- [IMP] merge_record: keep data from origin by @chienandalu in https://github.com/OCA/openupgradelib/pull/397
New Contributors
- @jue-adhoc made their first contribution in https://github.com/OCA/openupgradelib/pull/394
- @xaviedoanhduy made their first contribution in https://github.com/OCA/openupgradelib/pull/395
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.7.2...3.7.3
v3.7.2
v3.7.1
What's Changed
- [IMP]convert_field_to_html: manage translated fields by @clementelabore in https://github.com/OCA/openupgradelib/pull/384
- [FIX] convert_field_to_html: f-string compatibility by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/385
New Contributors
- @clementelabore made their first contribution in https://github.com/OCA/openupgradelib/pull/384
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.7.0...3.7.1
v3.7.0
What's Changed
- [ADD] clean_transient_models by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/363
- [FIX] chunked: explicitly flush on every iteration by @ivantodorovich in https://github.com/OCA/openupgradelib/pull/364
- [FIX] invalidate_cache: avoid f-string in warning by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/365
- [FIX] load_data: update to version 17.0 by @royle-vietnam in https://github.com/OCA/openupgradelib/pull/369
- [IMP] BS4->BS5: performance by @chienandalu in https://github.com/OCA/openupgradelib/pull/370
- [FIX][IMP] _convert_field_bootstrap_4to5_orm: translatable fields by @chienandalu in https://github.com/OCA/openupgradelib/pull/371
- [IMP] convert_field_to_html: pre-clean empty values by @chienandalu in https://github.com/OCA/openupgradelib/pull/372
- [IMP] disable_invalid_filters: log filter probes by @chienandalu in https://github.com/OCA/openupgradelib/pull/373
- [FIX] migrate_translations_to_jsonb: avoid ir_translation terms cleanup by @chienandalu in https://github.com/OCA/openupgradelib/pull/374
- [FIX] migrate_translations_to_jsonb: convert columns to jsonb by @chienandalu in https://github.com/OCA/openupgradelib/pull/375
- [FIX] openupgrade_merge_records: Adjust m2o value with ORM by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/376
- [FIX] migrate_translations_to_jsonb: Less verbose by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/378
- [FIX] load_data: fail early on missing path by @yajo in https://github.com/OCA/openupgradelib/pull/380
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.6.1...3.7.0
v3.6.1
What's Changed
- [FIX] fill_analytic_distribution get analytic account column by @remi-filament in https://github.com/OCA/openupgradelib/pull/360
New Contributors
- @remi-filament made their first contribution in https://github.com/OCA/openupgradelib/pull/360
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.6.0...3.6.1
v3.6.0
What's Changed
- [ADD] openupgrade_160: fill_analytic_distribution by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/350
- [IMP] convert_html_fragment: prevent lxml wraps and false positives by @chienandalu in https://github.com/OCA/openupgradelib/pull/349
- [FIX] openupgrade_160: _convert_field_bootstrap_4to5_sql ids by @chienandalu in https://github.com/OCA/openupgradelib/pull/351
- [FIX] convert_html_fragment: Don't wrap full XMLs by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/352
- [FIX] _convert_field_bootstrap_4to5_sql: convert parameters by @chienandalu in https://github.com/OCA/openupgradelib/pull/353
- [FIX] core.exceptions.UserError --> Warning by @jjscarafia in https://github.com/OCA/openupgradelib/pull/354
- [FIX] _convert_field_bootstrap_4to5_sql: Detect json and convert its values by @hbrunn in https://github.com/OCA/openupgradelib/pull/357
New Contributors
- @jjscarafia made their first contribution in https://github.com/OCA/openupgradelib/pull/354
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.5.0...3.5.1
v3.5.0
What's Changed
- [IMP] Use pre-commit through GH workflow for formatting by @pedrobaeza in https://github.com/OCA/openupgradelib/pull/317
- [FIX] pin CI to trusty for now by @hbrunn in https://github.com/OCA/openupgradelib/pull/322
- [FIX+ADD] openupgradelib documentation by @legalsylvain in https://github.com/OCA/openupgradelib/pull/318
- [FIX] toctree: set 3 maxdepth to see all the methods signatures by @legalsylvain in https://github.com/OCA/openupgradelib/pull/323
- [DOC] turn CI into red, if there are warning in sphinx call by @legalsylvain in https://github.com/OCA/openupgradelib/pull/324
- [IMP] openupgradelib: don't break strings (code cleanup due to black) by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/330
- [IMP] merge_records: support Serialized and 'Jsonb' fields (adapt to Odoo v16) by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/331
- [ADD] convert_field_html_string_13to14: Website HTML changes by @pilarvargas-tecnativa in https://github.com/OCA/openupgradelib/pull/315
- [FIX] add_fields: adapt to Odoo v16 by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/329
- [FIX] delete_record_translations: adapt to Odoo v16 by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/328
- [FIX] delete_record_translation: invalid input syntax for type json by @duong77476-viindoo in https://github.com/OCA/openupgradelib/pull/335
- [FIX] delete_record_translations: error when only update for 1 one column by @duong77476-viindoo in https://github.com/OCA/openupgradelib/pull/337
- [ADD] get_model2table: method to map nonstandard table names by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/336
- [FIX] merge_records: assure don't break on method="orm" if KeyError on model by @MiquelRForgeFlow in https://github.com/OCA/openupgradelib/pull/340
- [FIX] fix columns filter in
delete_record_translations()for versions >= 16 by @huguesdk in https://github.com/OCA/openupgradelib/pull/342 - [IMP] openupgrade_merge_records: add first_not_null operation on several field types by @marielejeune in https://github.com/OCA/openupgradelib/pull/341
- [IMP] rename_modules: rename rating mixin parent_res_model as well by @duong77476-viindoo in https://github.com/OCA/openupgradelib/pull/345
- [FIX]
rating_ratingdoes not haveparent_res_modelcolumn by @zamberjo in https://github.com/OCA/openupgradelib/pull/348 - [IMP] openupgrade_160, openupgrade_tools: BS4 to BS5 transformation yeahhhhh by @duong77476-viindoo in https://github.com/OCA/openupgradelib/pull/338
New Contributors
- @pilarvargas-tecnativa made their first contribution in https://github.com/OCA/openupgradelib/pull/315
- @huguesdk made their first contribution in https://github.com/OCA/openupgradelib/pull/342
- @zamberjo made their first contribution in https://github.com/OCA/openupgradelib/pull/348
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.4.1...3.5.0
v3.4.1
What's Changed
- [IMP] rename_models: Avoid mogrify 'IndexError: tuple index out of range' for % LIKE parameter by @rousseldenis in https://github.com/OCA/openupgradelib/pull/312
- [FIX] bad openupgrade import in legacy code for openupgrade 7.0 by @legalsylvain in https://github.com/OCA/openupgradelib/pull/313
- [FIX] convert_field_bootstrap_3to4 docstring by @legalsylvain in https://github.com/OCA/openupgradelib/pull/314
- [FIX] mail_activity_type rename in merge_models method by @ernestotejeda in https://github.com/OCA/openupgradelib/pull/316
New Contributors
- @rousseldenis made their first contribution in https://github.com/OCA/openupgradelib/pull/312
Full Changelog: https://github.com/OCA/openupgradelib/compare/3.4.0...3.4.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.