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

[12.0] [MIG] fetchmail_notify_error_to_sender #1485

Merged

Conversation

HviorForgeFlow
Copy link
Member

Standard migration

@HviorForgeFlow HviorForgeFlow force-pushed the 12.0-mig-fetchmail_notify_error_to_sender branch from 2f7d07e to 5b9e995 Compare January 21, 2019 15:14
@pedrobaeza pedrobaeza added this to the 12.0 milestone Jan 21, 2019
@OCA-git-bot OCA-git-bot mentioned this pull request Jan 21, 2019
32 tasks
Copy link
Member

@chienandalu chienandalu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check travis

Copy link
Member

@yajo yajo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix travis.

Copy link
Contributor

@MiquelRForgeFlow MiquelRForgeFlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In 5b9e995#diff-64c32bfdead5f1c8738a8c486826fcb7R63, you should change "mail.test" by "mail.test.simple".

In 5b9e995#diff-64c32bfdead5f1c8738a8c486826fcb7R51, change "'[email protected]'" by "formataddr((partner_1.name, partner_1.email))", and before that you should include:

        partner_1 = self.env['res.partner'].with_context(self._quick_create_ctx).create({
            'name': 'Valid Lelitre',
            'email': '[email protected]',
        })

@MiquelRForgeFlow MiquelRForgeFlow force-pushed the 12.0-mig-fetchmail_notify_error_to_sender branch 2 times, most recently from 730994d to 2b0c6f7 Compare March 12, 2019 19:19
@okuryan
Copy link

okuryan commented May 29, 2019

@mreficent @yajo , any activity on this pull request? We can help in migration. Because we also have migrated version of this module that is actively used by our customer in production, but we are sending it as ZIP archive =) It is better if we can just give direct link to OCA. So how can we speed up? Taking into account that another person working on it

@yajo
Copy link
Member

yajo commented May 29, 2019

It seems to be waiting for odoo/odoo#31799 to be merged.

@MiquelRForgeFlow
Copy link
Contributor

odoo/odoo#31799 has been merged 😋. Tomorrow I will update this PR.

@MiquelRForgeFlow MiquelRForgeFlow force-pushed the 12.0-mig-fetchmail_notify_error_to_sender branch from af678cc to d0389dc Compare May 30, 2019 13:47
Copy link
Contributor

@MiquelRForgeFlow MiquelRForgeFlow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yajo please remove "needs fixing" tag.

Ready to merge 👍 🍏

'license': 'AGPL-3',
'depends': [
'fetchmail',
'test_mail'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find it weird to require installing a module that is only meant for testing purposes. It would clutter a production database with useless models, possibly adding some weight for migrations. I'm not saying it's wrong, but do you think there could be a better approach? 🤔 I have seen a couple of interesting clues:

@@ -14,7 +14,7 @@
'license': 'AGPL-3',
'depends': [
'fetchmail',
'test_mail'
# 'test_mail',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you just delete the line 😄

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😑 👍

@MiquelRForgeFlow MiquelRForgeFlow force-pushed the 12.0-mig-fetchmail_notify_error_to_sender branch from c43de86 to 5bd1364 Compare June 3, 2019 11:36
@MiquelRForgeFlow
Copy link
Contributor

MiquelRForgeFlow commented Jun 3, 2019

Hey, the tests seem aren't working. What we do with the travis-ci? :S

@yajo
Copy link
Member

yajo commented Jun 14, 2019

I guess there's no other option than to depend on test_mail.

OK, could you please squash migration commits?

@MiquelRForgeFlow MiquelRForgeFlow force-pushed the 12.0-mig-fetchmail_notify_error_to_sender branch from a996691 to d4f6f99 Compare June 14, 2019 13:17
@MiquelRForgeFlow
Copy link
Contributor

@yajo done! 🍏

@pedrobaeza pedrobaeza merged commit 382bcd6 into OCA:12.0 Jun 17, 2019
@MiquelRForgeFlow MiquelRForgeFlow deleted the 12.0-mig-fetchmail_notify_error_to_sender branch June 17, 2019 08:48
SiesslPhillip pushed a commit to grueneerde/OCA-server-tools that referenced this pull request Nov 20, 2024
Syncing from upstream OCA/server-tools (10.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.