mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_page_approval: Migration to 15.0
TT36950 [UPD] Update document_page_approval.pot [UPD] README.rst
This commit is contained in:
committed by
Bhavesh Heliconia
parent
705bf60493
commit
a045036e67
@@ -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