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

[17.0][IMP] Correct team activities domain #1421

Open
wants to merge 3 commits into
base: 17.0
Choose a base branch
from

Conversation

vung-labiso
Copy link

User Story

  • As a team member using Odoo, I want to be able to view all activities assigned to my team when I click on the "Team Activities" tab in the user menu (Clock-symbol), so that I can efficiently manage and track team tasks.

Scope

  • The scope of this task is to fix the OCA module mail_activity_teams.
  • Currently, when a user selects an object (e.g., Contacts) in the "Team Activities" tab, it shows an empty search result.
  • This is due to an incorrect domain being applied, which filters by Activity User instead of Team.
  • The fix should involve correcting the domain to filter by Team instead of User.

Acceptance Criteria

  • Selecting an object (e.g., Contacts) in the "Team Activities" tab should display all team activities related to that object.
  • The domain used for filtering activities should be based on the team, not the individual user.
  • The fix should work consistently across different object types (Contacts, Sales, etc.).

@vung-labiso vung-labiso changed the title [IMP] Correct team activities domain [17.0][IMP] Correct team activities domain Jul 20, 2024
@llabusch93 llabusch93 force-pushed the IMP/1057-correct-team-activities-domain branch from d80a133 to 48b3440 Compare July 26, 2024 03:07
@llabusch93 llabusch93 force-pushed the IMP/1057-correct-team-activities-domain branch from 48b3440 to 23a6704 Compare July 26, 2024 03:11
@vung-labiso vung-labiso force-pushed the IMP/1057-correct-team-activities-domain branch from 0836e0d to 141df04 Compare July 26, 2024 05:24
@vung-labiso vung-labiso force-pushed the IMP/1057-correct-team-activities-domain branch from 141df04 to 6c5dccf Compare July 26, 2024 05:25
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