[MIG] document_page_approval: Migration to v12

[UPD] Update document_page_approval.pot
This commit is contained in:
Victor M.M. Torres
2019-08-23 17:43:51 +02:00
committed by FernandoRomera
parent 62fddf91af
commit f2ce2fc5ef
80 changed files with 3508 additions and 2569 deletions

View File

@@ -12,6 +12,9 @@ class TestDocumentPageApproval(common.TransactionCase):
self.page1 = self.env.ref('document_page.demo_page1')
self.approver_gid = self.env.ref(
'document_page_approval.group_document_approver_user')
self.env.ref('base.user_root').write({
'groups_id': [(4, self.approver_gid.id)],
})
# demo_approval
self.category2 = self.page_obj.create({
'name': 'This category requires approval',