mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] base_comment_template: Adapt to 14.0
[UPD] Update base_comment_template.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/
This commit is contained in:
@@ -7,9 +7,6 @@ from .fake_models import ResUsers, setup_test_model, teardown_test_model
|
||||
|
||||
|
||||
class TestCommentTemplate(common.SavepointCase):
|
||||
at_install = False
|
||||
post_install = True
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
@@ -50,10 +47,12 @@ class TestCommentTemplate(common.SavepointCase):
|
||||
|
||||
def test_template_name_get(self):
|
||||
self.assertEqual(
|
||||
self.before_template_id.display_name, "Top template (Top)",
|
||||
self.before_template_id.display_name,
|
||||
"Top template (Top)",
|
||||
)
|
||||
self.assertEqual(
|
||||
self.after_template_id.display_name, "Bottom template (Bottom)",
|
||||
self.after_template_id.display_name,
|
||||
"Bottom template (Bottom)",
|
||||
)
|
||||
|
||||
def test_general_template(self):
|
||||
|
||||
Reference in New Issue
Block a user