Browse Source

[ADD] mail_autogenerated_header

pull/334/head
Holger Brunn 6 years ago
parent
commit
0d1e2b53a3
No known key found for this signature in database GPG Key ID: 1C9760FECA3AE18
  1. 2
      mail_autogenerated_header/__openerp__.py
  2. 4
      mail_autogenerated_header/models/ir_mail_server.py
  3. 4
      mail_autogenerated_header/models/mail_thread.py

2
mail_autogenerated_header/__manifest__.py → mail_autogenerated_header/__openerp__.py

@ -3,7 +3,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{ {
"name": "Autogenerated headers", "name": "Autogenerated headers",
"version": "10.0.1.0.0",
"version": "8.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)", "author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"category": "Tools", "category": "Tools",

4
mail_autogenerated_header/models/ir_mail_server.py

@ -1,7 +1,7 @@
# -*- coding: utf-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). # 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): class IrMailServer(models.Model):

4
mail_autogenerated_header/models/mail_thread.py

@ -1,8 +1,8 @@
# -*- coding: utf-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). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
import logging import logging
from odoo import api, models
from openerp import api, models
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)

Loading…
Cancel
Save