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

[IMP] mail_drop_target: add group to control mailing_trace model access #1438

Draft
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

ajaniszewska-dev
Copy link
Contributor

@ajaniszewska-dev ajaniszewska-dev commented Sep 11, 2024

No description provided.

@ajaniszewska-dev ajaniszewska-dev changed the title [IMP] mail_drop_target: introduce group to control mailing_trace mode… [IMP] mail_drop_target: add group to control mailing_trace model access Sep 11, 2024
@@ -8,9 +8,13 @@
"category": "Discuss",
"website": "https://github.com/OCA/social",
"summary": "Attach emails to Odoo by dragging them from your desktop",
"depends": ["mail"],
"depends": ["mail", "mass_mailing"],
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't want to force those using mail_drop_target to install mass_mailing.

I the dependency is needed because what you fix is only happening when mass_mailing is installed, then you need to submit a new "glue" module.

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.

2 participants