-
-
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
[16.0][IMP] mail_gateway: Allow to use expand on Gateway messages #1489
Conversation
19d10c0
to
7427d80
Compare
Now its green... although the fix isn't very nice.... |
@@ -66,6 +66,23 @@ class ResPartnerGatewayChannel(models.Model): | |||
"res.company", related="gateway_id.company_id", store=True | |||
) | |||
|
|||
def name_get(self): |
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.
Document why this method override.
Other OCA modules extending the composer add m2m fields with fixed relations. To avoid a glue module we try for the moment to add those manually. TT51108
fixed |
7427d80
to
8b6e6c4
Compare
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.
Working as expected. I merge as there's the implicit approval of @etobella:
/ocabot merge minor
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 3e7f58c. Thanks a lot for contributing to OCA. ❤️ |
extending #1443
Just added dummy compatibility with
mail_attach_existing_attachment
andmail_composer_cc_bcc
TT51108 cc @Tecnativa
please check @etobella @pedrobaeza