Skip to content
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

Migration to version 13.0 #1679

Open
10 of 28 tasks
OCA-git-bot opened this issue Sep 29, 2019 · 43 comments
Open
10 of 28 tasks

Migration to version 13.0 #1679

OCA-git-bot opened this issue Sep 29, 2019 · 43 comments

Comments

@OCA-git-bot
Copy link
Contributor

OCA-git-bot commented Sep 29, 2019

Todo

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

Modules to migrate

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

@lembregtse
Copy link
Contributor

lembregtse commented Sep 30, 2019

Will be working on migration of auditlog (#1685)

@newtratip
Copy link
Member

I'm working on dbfilter_from_header

@kittiu
Copy link
Member

kittiu commented Sep 30, 2019

Work on excel_import_export and excel_import_export_demo

@pedrobaeza pedrobaeza pinned this issue Sep 30, 2019
@schout-it
Copy link

working on module_auto_update

@gurneyalex
Copy link
Member

anyone knows if onchange_helper still makes sense in 13.0 ? I guess yes because api.onchange is still around

@pedrobaeza
Copy link
Member

Yes, it's needed as most code still uses it

@Laurent-Corron
Copy link

working on:

@ghost
Copy link

ghost commented Dec 10, 2019

Can anyone work on base_exception ?

@LoisRForgeFlow
Copy link
Contributor

base_cron_exclusion done in #1746.

@ghost
Copy link

ghost commented Feb 25, 2020

base_custom_info don't get upgrade?

@AMhadhbi
Copy link
Member

AMhadhbi commented Feb 26, 2020

scheduler_error_mailer done in #1772.

@IvanShirokikh
Copy link
Contributor

IvanShirokikh commented Feb 27, 2020

working on sentry #1776

@newtratip
Copy link
Member

dbfilter_from_header #1781 supersedes #1682

@newtratip
Copy link
Member

I'm working on html_text #1782

@ghost
Copy link

ghost commented Mar 5, 2020

working in sql_request_abstract & sql_export #1783

@ghost
Copy link

ghost commented Mar 9, 2020

hi,
after migrating sql_export ,I want to add live preview feature using pivot table widget.
anyone interested?

@codeagencybe
Copy link

@IvanShirokikh Is there any ETA when v13 for Sentry would be available?
Anything I can help with? beta test?

Thanks!

@luisg123v
Copy link
Contributor

Hi,

It seems this list needs some updates:

@luisg123v
Copy link
Contributor

company_country done by @moylop260 on #1723

@yaazkal
Copy link

yaazkal commented Apr 4, 2020

Hi, is there any ETA for dbfilter_from_header I see the PR is still open, maybe not ready yet?

@luisg123v
Copy link
Contributor

@yaazkal maybe you should ask/offer help on the opened PR instead?

@newtratip
Copy link
Member

Hi @yaazkal dbfilter_from_header is done now, Could you help to review ?

@IvanShirokikh
Copy link
Contributor

@codeagencybe, Hi, PR on review, I don't know if it can be done faster

@yaazkal
Copy link

yaazkal commented Apr 6, 2020

@luisg123v @newtratip thanks so much for your answers.

I'll test the PR and leave a comment there, forgive me the noise that I made here if that had corrupted this issue.

Have a nice day !

@okuryan
Copy link

okuryan commented Apr 15, 2020

@pedrobaeza ,we are working on migrating fetchmail_notify_error_to_sender

We have already migrated it. But problem we are having specifically with test_mail module.
In Odoo 12 we are inheriting tests from TestMailgateway class. See here https://github.com/OCA/server-tools/blob/12.0/fetchmail_notify_error_to_sender/tests/test_fetchmail_notify_error_to_sender.py#L10

In Odoo 11 we were inheriting tests from TestMail class. See here https://github.com/OCA/server-tools/blob/11.0/fetchmail_notify_error_to_sender/tests/test_fetchmail_notify_error_to_sender.py#L10


Now problem we are facing is that if we do like in Odoo 12 (inherit from TestMailgateway) standard Odoo tests are failing. For example this one on exactly this line https://github.com/odoo/odoo/blob/13.0/addons/test_mail/tests/test_mail_gateway.py#L335

Logically we thought - wow, we broken tests for emails. SO we run this test without our migrated module and EXACTLY this amount of tests also were failing. Be specifically the following test:

  • test_message_process_alias_followers_bounce
  • test_message_process_alias_followers_partners_bounce
  • test_message_process_write_to_catchall
  • test_message_process_alias_update

We tried to return back to old method like in Odoo 11 of inheriting from TestMail, and after some adjustments of course test is working.

But we have feeling that it is not right to inherit from TestMail as we are really making changes to gateway behavior. So inheriting from TestMailgateway sounds like proper way.

Has anybody faced same issues?

@pedrobaeza
Copy link
Member

Sorry, I can't say as I don't know that one.

@okuryan
Copy link

okuryan commented Apr 15, 2020

@MiquelRForgeFlow I have seen you was working previously on another module fetchmail_incoming_log
Maybe you faced similar issues as I described above?

@MiquelRForgeFlow
Copy link
Contributor

@okuryan I will check later, but your message above says about v12, not v13, or is it an error?

@okuryan
Copy link

okuryan commented Apr 15, 2020

@MiquelRForgeFlow in message above I'm saying that when I run standard Odoo 13 tests from test_mail - they fail.
While in Odoo 12 same tests worked.

So I'm wondering either problem is really with Odoo 13 Standard having not working tests. Or we are writing/running tests incorrectly for Odoo 13 mail functionality testing.

@okuryan
Copy link

okuryan commented Apr 17, 2020

@MiquelRForgeFlow , could you, please, do code review from your side of this pull request?
#1815

I think on OCA infrastructure we do not have issues with tests described above.

@pedrobaeza , you are also welcome to participate in code review :)

@MiquelRForgeFlow
Copy link
Contributor

@okuryan fetchmail_incoming_log done in #1820 😉

@okuryan
Copy link

okuryan commented Apr 24, 2020

@MiquelRForgeFlow nice, see it is already approved! =) And also our fetchmail_notify_error_to_sender merge request already reviewed and ready to be merged. #1815

@captivea-dcr
Copy link

sql_export #1858

@joao-p-marques
Copy link
Member

I will migrate base_exception #1920 (superseeds #1760)

@alessandro-fiorino
Copy link
Contributor

I'm working on excel_import_export

@phuctranfxvn
Copy link

phuctranfxvn commented Oct 31, 2020

configuration_helper migrated #1925

@santostelmo
Copy link
Contributor

santostelmo commented Jan 6, 2021

I'm working on module_analysis #1981

@victoralmau
Copy link
Member

I'm working on html_text #2027

@victoralmau
Copy link
Member

I'm working on html_image_url_extractor #2030

@victoralmau
Copy link
Member

I'm working on datetime_formatter #2029

@unique4
Copy link

unique4 commented Apr 3, 2021

Could anyone add iap_alternative_provider to to migration list?

@randall-vx
Copy link
Contributor

randall-vx commented Jul 2, 2021

I'm working on attachment_unindex_content #2129

@NL66278
Copy link
Contributor

NL66278 commented Jul 6, 2021

letsencrypt module is not in list, but migration PR is here: #1933

@StefanRijnhart StefanRijnhart unpinned this issue Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests