mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[MIG] document_page_approval: Migration to 15.0
TT36950
This commit is contained in:
committed by
FernandoRomera
parent
495fe6ecb8
commit
a8f51d3468
@@ -3,7 +3,7 @@ from odoo.tests import common
|
||||
|
||||
class TestDocumentPageApproval(common.TransactionCase):
|
||||
def setUp(self):
|
||||
super(TestDocumentPageApproval, self).setUp()
|
||||
super().setUp()
|
||||
self.page_obj = self.env["document.page"]
|
||||
self.history_obj = self.env["document.page.history"]
|
||||
# demo
|
||||
|
||||
Reference in New Issue
Block a user