Server-tools: Migration auf Version 10.0

Erstellt am 6. Okt. 2016  ·  19Kommentare  ·  Quelle: OCA/server-tools

Machen

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

Module zu migrieren

  • [ ] admin_technische_features
  • [x] attach_base_synchronize - Von @florian-dacosta - #763
  • [x] Auditlog - Von @BT-fgarbely - #707
  • [x] auth_admin_passkey - Von @Fenkiou - #776
  • [x] auth_brute_force - Von @chienandalu - #877
  • [x] auth_dynamic_groups - Von @hbrunn - #1575, https://github.com/OCA/server-auth/pull/96
  • [ ] auth_from_http_basic
  • [ ] auth_from_http_basic_logout
  • [ ] auth_from_http_remote_user - Von @Olivier-LAURENT - #1269
  • [x] auth_session_timeout - Von @lasley - #580
  • [ ] auth_signup_verify_email - Von @sharkende - #718
  • [x] auth_supplier - Von @StephanRozendaal - #793
  • [x] base_custom_info - Von @fanha99 - #1115
  • [x] base_import_match - Von @Yajo - #871
  • [x] base_debug4all - Funktion bereits im Kern
  • [x] base_export_manager - Von @Yajo - #870
  • [x] base_external_dbsource - Von @jlzhou - #578
  • [x] base_multi_image - #600
  • [x] base_optional_quick_create - Von @alexis-via - #597
  • [x] base_report_auto_create_qweb - Von @grindtildeath - #808
  • [x] base_search_fuzzy - Von @lasley - #722
  • [x] base_suspend_security - Von @adrienpeiffer - #586
  • [x] base_technical_features - Von @StefanRijnhart - #568
  • [x] base_user_gravatar - @lasley #584
  • [ ] base_user_reset_access - Von @adrienpeiffer - #574
  • [x] base_user_role - Von @adrienpeiffer - #684
  • [x] configuration_helper - Von @angelmoya - #798
  • [x] database_cleanup - Von @eantones - #607 Von @ecino - #607
  • [x] date_range - Von @espo-tony - #567
  • [x] datetime_formatter - Von @Yajo - #872
  • [x] dbfilter_from_header - Von @JosDeGraeve - #571
  • [ ] dead_mans_switch_client
  • [X] disable_odoo_online - Von @legalsylvain - #583
  • [ ] email_template_template
  • [ ] external_file_location - Von @cmsalmeida - #926
  • [ ] fetchmail_attach_from_folder
  • [x] fetchmail_notify_error_to_sender
  • [x] html_image_url_extractor - Von @Yajo - #873
  • [x] html_text - Von @Yajo - #874
  • [ ] import_odbc
  • [ ] ir_config_parameter_viewer
  • [ ] language_path_mixin
  • [x] letsencrypt - Von @robyf70 - #840
  • [x] mail_environment - Von @guewen - #662
  • [x] mass_editing - Von @JayVora-SerpentCS - #598
  • [ ] menu_technische_info
  • [ ] mgmtsystem_kpi
  • [x] module_prototyper - Von @tarteo - #634
  • [x] password_security - Von @lasley - #579
  • [x] qweb_usertime - Entfernt, da auf Kern nicht benötigt - #834
  • [x] res_config_settings_enterprise_remove - Von @mstuttgart - #665
  • [x] scheduler_error_mailer - Von @EBII - #725
  • [ ] Sicherheitsschutz
  • [ ] server_env_base_external_referentials
  • [x] server_environment - Von @adrienpeiffer - #595
  • [ ] server_environment_files_sample
  • [x] server_environment_ir_config_parameter - @rousseldenis #640
  • [ ] super_calendar - Von @jeanpaulrobineau - #609
  • [ ] test_configuration_helper
  • [ ] users_ldap_groups - Von @hbrunn - #1144
  • [x] users_ldap_mail - Von @StephanRozendaal - #651
  • [x] users_ldap_populate - Von @StephanRozendaal - #657
  • [x] web_context_tunnel -
help wanted work in progress

Alle 19 Kommentare

Können Sie mir bitte module_prototyper zuweisen. Dankeschön!

Fertig

Können Sie mir users_ldap_mail und users_ldap_populate zuweisen? Vielen Dank!

@StephanRozendaal fertig

Hallo zusammen,

Ich benötige Auditlog für die odoo 10.0-Community.
Das Modul kann erfolgreich auf odoo 10 installiert werden, es wird jedoch kein Menü "Reporting / Audit / Rules" geben!

Jede Hilfe wird geschätzt.

Vielen Dank im Voraus
Aktaaf

Hi,
Können Sie mir auth_signup_verify_email zuweisen? Danke vielmals !

Fertig

Ich habe Probleme beim Erstellen von Datumsbereichen. Die regulären Monate sind kein Problem, ich wünsche mir aber auch einen Öffnungszeitraum vom 01.01.2017 bis 01.01.2017. Ich erhalte eine Fehlermeldung, dass das Enddatum nach dem Startdatum liegen muss.

Habe gerade eine Pull-Anfrage für das auth_supplier-Modul gesendet.

Danke @StephanRozendaal - habe dich dazu getaggt

Hallo, ich werde migrieren:

  • Attachment_base_synchronize
  • external_file_location

@cmsalmeida
Es gibt eine vorhandene PR für attach_base_synchronize :
https://github.com/OCA/server-tools/pull/763

Sie können es überprüfen.

Für external_file_location, vorerst keine PR, können Sie es tatsächlich migrieren.
Dankeschön

Hi,
Ich werde migrieren:

  • Attachment_base_synchronize
  • external_file_location
    (der letzte noch nicht in der Liste)

@florian-dacosta
Ich habe es nicht in der Top-Liste gesehen.
Aber wie könnte ich external_file_location migrieren, ohne die Attachment_base_synchronize-Abhängigkeit zu migrieren?
Wie kann man beide in derselben Filiale haben?

Sie können einen Branch basierend auf dem Branch des PR erstellen und auf 10.0 umbasieren, wenn der PR zusammengeführt wird.

git fetch origin refs/pull/763/ head:10.0-mig-external_file_location
git format-patch --stdout origin/10.0..origin/9.0 -- external_file_location | git bin -3
wäre das ok? damit ich mit der Migration beginnen kann...

Hier haben Sie die Dokumente zum lokalen Auschecken einer PR: https://help.github.com/articles/checking-out-pull-requests-locally/
Und hier, um ein Addon auf v10 zu migrieren: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-10.0
😊

Ich möchte das kpi-Modul migrieren. Reicht dieser Kommentar aus, um die hier kommentierte Ankündigung zu machen?

Ja, es reicht :smiley: Überprüfe #1423 auf mögliche Ähnlichkeiten

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen