Browse Source

Merge PR #59 into 13.0

Signed-off-by Yajo
13.0
OCA-git-bot 3 years ago
parent
commit
98ca071129
  1. 2
      privacy/models/privacy_activity.py

2
privacy/models/privacy_activity.py

@ -40,4 +40,4 @@ class PrivacyActivity(models.Model):
@api.model
def _default_controller_id(self):
"""By default it should be the current user's company."""
return self.env.user.company_id
return self.env.user.company_id.partner_id
Loading…
Cancel
Save