-
Notifications
You must be signed in to change notification settings - Fork 29
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] mail_via #198
Conversation
… like mailjet that filter the from of the message
mail_via/models/mail_mail.py
Outdated
|
||
@api.multi | ||
def send(self, auto_commit=False, raise_exception=False): | ||
incomming_mails = self.filtered("fetchmail_server_id") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incoming
@chafique-delli Peut être ajouter OCA dans les auteurs pour que travis soit content ? |
Dans Shopinvader y'a les tests via le maintainer-tools sans l'OCA dans les authors ( https://github.com/shopinvader/odoo-pim/blob/12.0/pim/__manifest__.py#L8 ) , après j'ai pas encore pigé comment le test y est désactivé. |
ouai du coup ça semble être a cause du LINT_CHECK="0" ici https://github.com/shopinvader/odoo-pim/blob/12.0/.travis.yml#L31 |
A cat is a cat, not other thing. If not in OCA then OCA must NOT be author. But this module should go in OCA to be maintained by others and we need it for v14. It's not complex and is generic my 2cts |
Florian, je crois que ce check est enlevé en v10 au moins dans la config Je pense que c ça qui fait le boulot https://github.com/akretion/ak-odoo-incubator/blob/10.0/.travis.yml#L41-L42 Il faut adapter la config v12 par rapport à la v10 du coup |
Codecov Report
@@ Coverage Diff @@
## 12.0 #198 +/- ##
==========================================
- Coverage 51.35% 49.12% -2.23%
==========================================
Files 2 4 +2
Lines 37 57 +20
==========================================
+ Hits 19 28 +9
- Misses 18 29 +11
Continue to review full report at Codecov.
|
No description provided.