Holger Brunn
6 years ago
No known key found for this signature in database
GPG Key ID: 1C9760FECA3AE18
3 changed files with
5 additions and
5 deletions
-
mail_autogenerated_header/__openerp__.py
-
mail_autogenerated_header/models/ir_mail_server.py
-
mail_autogenerated_header/models/mail_thread.py
|
|
@ -3,7 +3,7 @@ |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|
|
|
{ |
|
|
|
"name": "Autogenerated headers", |
|
|
|
"version": "10.0.1.0.0", |
|
|
|
"version": "8.0.1.0.0", |
|
|
|
"author": "Therp BV,Odoo Community Association (OCA)", |
|
|
|
"license": "AGPL-3", |
|
|
|
"category": "Tools", |
|
|
@ -1,7 +1,7 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2018 Therp BV <https://therp.nl> |
|
|
|
# Copyright 2018 Therp BV <https://therp.nl> |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|
|
|
from odoo import api, models |
|
|
|
from openerp import api, models |
|
|
|
|
|
|
|
|
|
|
|
class IrMailServer(models.Model): |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# © 2018 Therp BV <https://therp.nl> |
|
|
|
# Copyright 2018 Therp BV <https://therp.nl> |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
|
|
|
import logging |
|
|
|
from odoo import api, models |
|
|
|
from openerp import api, models |
|
|
|
_logger = logging.getLogger(__name__) |
|
|
|
|
|
|
|
|
|
|
|