Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteMeAsap committed Mar 13, 2024
1 parent db24c9a commit fc2ae18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mail_multicompany/models/ir_mail_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class IrMailServer(models.Model):

_inherit = "ir.mail_server"

company_id = fields.Many2one("res.company", "Company")
1 change: 0 additions & 1 deletion mail_multicompany/models/mail_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class MailMessage(models.Model):

_inherit = "mail.message"

company_id = fields.Many2one("res.company", "Company")
Expand Down

0 comments on commit fc2ae18

Please sign in to comment.