Skip to content

Commit

Permalink
[MIG] base_report_to_printer_mail: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lav-adhoc authored and jjscarafia committed Oct 3, 2023
1 parent 3a84bb0 commit f2340db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base_report_to_printer_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "Report to printer - Mail extension",
"version": "13.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Generic Modules/Base",
"author": "DynApps NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/report-print-send",
Expand Down
7 changes: 3 additions & 4 deletions base_report_to_printer_mail/tests/test_mail.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

import mock
from unittest import mock

from odoo.tests import common
from odoo.tests import common, tagged


@common.at_install(False)
@common.post_install(True)
@tagged('post_install', '-at_install')
class TestMail(common.HttpCase):
def setUp(self):
super(TestMail, self).setUp()
Expand Down

0 comments on commit f2340db

Please sign in to comment.