Browse Source
🌈 mail_to: UTF-8 coding is not necessary
pull/235/head
ommo73
5 years ago
No known key found for this signature in database
GPG Key ID: E7E1F5C23505AFF8
2 changed files with
0 additions and
2 deletions
-
mail_to/models/__init__.py
-
mail_to/models/mail_message.py
|
@ -1,2 +1 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
from . import mail_message |
|
|
from . import mail_message |
|
@ -1,4 +1,3 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/> |
|
|
# Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/> |
|
|
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html). |
|
|
# License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html). |
|
|
from odoo import models, api |
|
|
from odoo import models, api |
|
|