Browse Source

🌹 fixed confusing comment

pull/176/head
KolushovAlexandr 6 years ago
parent
commit
bd0496e126
No known key found for this signature in database GPG Key ID: C3E04B793421FD2
  1. 2
      mail_multi_website/models/mail_template.py

2
mail_multi_website/models/mail_template.py

@ -98,7 +98,7 @@ class MailTemplate(models.Model):
if record_company and record_website \
and record_website.company_id != company:
# company and website are incompatible, so keep only website
# company and website are incompatible, so keep only company
record_website = self.env['website'] # empty value
record_context = dict(force_company=record_company.id, website_id=record_website.id)

Loading…
Cancel
Save