-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
[NEW][mail_footer_notified_partners] #37
Conversation
As on the original PR, 👍 |
|
||
.. image:: http://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: http://odoo-community.org |
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.
https (x2)
Thanks for the contribution! |
d9a0f1d
to
de0f7a7
Compare
Hi @elicoidal |
👍 |
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. | ||
|
||
To contribute to this module, please visit http://odoo-community.org. |
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.
htpps
81c1d6b
to
6fee02b
Compare
@elicoidal I also changed my code in order to be more consistency with Odoo: even if the partner has checked Hope this is OK for you now. Thanks again for your review Jonathan |
Ok. Maybe you can add a note in roadmap. Eric Caudal from my mobile device |
This module adds into the footer the partner's name notified by this email
6fee02b
to
38dbb7f
Compare
@elicoidal |
👍 |
[NEW][mail_footer_notified_partners]
Thanks! |
# © 2016 ACSONE SA/NV <https://acsone.eu> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from anybox.testing.openerp import SharedSetupTransactionCase |
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.
this is going to break travis if you don't adapt the .travis.yml
file
@elicoidal what happened to only merging PRs which are green on CI? https://travis-ci.org/OCA/social/jobs/105446506#L239 @JonathanNEMRY please repair this |
@elicoidal @JonathanNEMRY weird, this branches runbot is green, but still the error is there: https://travis-ci.org/OCA/social/jobs/105188282#L229. Problem is that now all other new commits will be red until this is fixed. What does anybox' TransactionCase do that you need here? |
Hope this will repair https://github.com/OCA/social/pull/39/files |
@hbrunn Sorry! I went too quick and saw it afterwards. |
This module adds into the footer the partner's name notified by this email
This module was proposed into OCA/server-tools#147 but it is a better candidate for this repository