server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

Migration to version 17.0

Open OCA-git-bot opened this issue 2 years ago • 27 comments

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0

Modules to migrate

  • [ ] attachment_queue
  • [ ] attachment_unindex_content
  • [x] auditlog - By @rven - #2755
  • [x] auto_backup - By @Christian-RB - #3180
  • [ ] base_cron_exclusion
  • [ ] base_domain_inverse_function
  • [ ] base_exception - By @peluko00 - #2761
  • [x] base_fontawesome - By @shochstoeger - #2974
  • [x] base_force_record_noupdate - By @vvrossem - #2950
  • [x] base_m2m_custom_field - By @trisdoan - #3033
  • [x] base_name_search_improved - By @rov-adhoc - #2831
  • [ ] base_partition
  • [ ] base_remote - By @Kimkhoi3010 - #3279
  • [x] base_search_fuzzy - By @carlos-lopez-tecnativa - #3257
  • [x] base_sequence_option - By @peluko00 - #3009
  • [x] base_sparse_field_list_support - By @JasminSForgeFlow - #2947
  • [ ] base_technical_user
  • [ ] base_time_window
  • [x] base_view_inheritance_extension - By @alexis-via - #2795
  • [ ] bus_alt_connection - By @ioans73 - #2871
  • [x] dbfilter_from_header - By @nilshamerlinck - #2758
  • [ ] excel_import_export - By @Josep-s73 - #2991
  • [ ] excel_import_export_demo
  • [ ] html_text
  • [ ] iap_alternative_provider
  • [x] jsonifier - By @nguyenminhchien - #2801
  • [x] module_analysis - By @jguerriat - #3031
  • [x] module_auto_update - By @fkantelberg - #2763
  • [x] module_change_auto_install - By @rven - #2777
  • [x] onchange_helper - By @john-herholz-dt - #2806
  • [x] rpc_helper - By @SilvioC2C - #3135
  • [x] scheduler_error_mailer - By @cuongnmtm - #2797
  • [x] sentry - By @aisopuro - #2818
  • [ ] sequence_python - By @thomaspaulb - #3116
  • [x] session_db - By @sbidoul - #2754
  • [x] slow_statement_logger - By @JasminSForgeFlow - #3194
  • [x] tracking_manager - By @CRogos - #2916
  • [x] upgrade_analysis - By @StefanRijnhart - #2826

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

OCA-git-bot avatar Nov 08 '23 09:11 OCA-git-bot

working on auditlog https://github.com/OCA/server-tools/pull/2755

rven avatar Nov 14 '23 15:11 rven

Migration version 17.0:

base_exception: https://github.com/OCA/server-tools/pull/2761

peluko00 avatar Nov 17 '23 09:11 peluko00

module_auto_update: #2763

fkantelberg avatar Nov 24 '23 12:11 fkantelberg

module_change_auto_install https://github.com/OCA/server-tools/pull/2777

rven avatar Dec 06 '23 18:12 rven

Working on jsonifier: https://github.com/OCA/server-tools/pull/2801

nguyenminhchien avatar Jan 02 '24 08:01 nguyenminhchien

scheduler_error_mailer https://github.com/OCA/server-tools/pull/2797

cuongnmtm avatar Jan 04 '24 12:01 cuongnmtm

base_technical_user: #2805 is ready

john-herholz-dt avatar Jan 11 '24 11:01 john-herholz-dt

onchange_helper #2806 is also ready for review.

john-herholz-dt avatar Jan 11 '24 12:01 john-herholz-dt

base_multi_image https://github.com/OCA/server-tools/pull/2807 is ready

omalbastin avatar Jan 16 '24 15:01 omalbastin

database_cleanup #2804 (module not listed)

augusto-weiss avatar Jan 16 '24 15:01 augusto-weiss

Working on base_search_fuzzy: https://github.com/OCA/server-tools/pull/2867

nguyenminhchien avatar Jan 19 '24 09:01 nguyenminhchien

Working on sentry

aisopuro avatar Jan 26 '24 11:01 aisopuro

Working on base_partition: https://github.com/OCA/server-tools/pull/2870

nguyenminhchien avatar Feb 28 '24 03:02 nguyenminhchien

base_sequence_option https://github.com/OCA/server-tools/pull/2881 is ready for review

tien-ld avatar Mar 12 '24 01:03 tien-ld

working on auditlog

Is the Odoo 17 auditlog migration completed or when can we expect it?

prakashjain avatar Mar 20 '24 09:03 prakashjain

working on auditlog

Is the Odoo 17 auditlog migration completed or when can we expect it?

@prakashjain See https://github.com/OCA/server-tools/pull/2755, you can test it!

rven avatar Mar 20 '24 09:03 rven

working on auditlog

Is the Odoo 17 auditlog migration completed or when can we expect it?

@prakashjain See #2755, you can test it!

Thank you, we have some suggestions for enhancements to the audit log module:

  1. Some fields, like Many2One, are currently shown in tuple format, while others are displayed in list format. Aligning these formats with how they appear in the interface would enhance consistency and user understanding.
  2. Date formats in the audit log don't match those in the odoo user interface. (db format showing) Everything in the audit log should match what people see in the user interface. That way, it's easier for them to understand for client.

prakashjain avatar Mar 20 '24 10:03 prakashjain

working on auditlog

Is the Odoo 17 auditlog migration completed or when can we expect it?

@prakashjain See #2755, you can test it!

Thank you, we have some suggestions for enhancements to the audit log module:

  1. Some fields, like Many2One, are currently shown in tuple format, while others are displayed in list format. Aligning these formats with how they appear in the interface would enhance consistency and user understanding.
  2. Date formats in the audit log don't match those in the odoo user interface. (db format showing) Everything in the audit log should match what people see in the user interface. That way, it's easier for them to understand for client.

This request has nothing to do with the migration to v17. For this an issue should be logged, or you have to propose a MR with the desired changes.

rven avatar Mar 20 '24 10:03 rven

tracking_manager https://github.com/OCA/server-tools/pull/2916

CRogos avatar Apr 22 '24 09:04 CRogos

working on base_fontawesome

shochstoeger avatar Jun 26 '24 10:06 shochstoeger

base_fontawesome #2974

shochstoeger avatar Jun 27 '24 12:06 shochstoeger

fetchmail_notify_error_to_sender #2982 (15.0 -> 17.0) fetchmail_notify_error_to_sender_test #2982 (14.0 -> 17.0)

BT-cjimeno avatar Jul 05 '24 08:07 BT-cjimeno

Working on attachment_unindex_content

traitrantrobz avatar Jul 11 '24 11:07 traitrantrobz

working on base_m2m_custom_field

trisdoan avatar Sep 10 '24 05:09 trisdoan

base_multi_image #3063

psugne avatar Oct 10 '24 07:10 psugne

fetchmail_attach_from_folder: https://github.com/OCA/server-tools/pull/3071

zamberjo avatar Oct 14 '24 09:10 zamberjo

autovacuum_message_attachment: https://github.com/OCA/server-tools/pull/3183

GabbasovDinar avatar Feb 03 '25 09:02 GabbasovDinar