mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[IMP] document_page_access_group: Users compatibility
TT48786
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Copyright 2024 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
from openupgradelib import openupgrade
|
||||
|
||||
|
||||
@openupgrade.migrate()
|
||||
def migrate(env, version):
|
||||
openupgrade.load_data(
|
||||
env.cr,
|
||||
"document_page_access_group",
|
||||
"migrations/16.0.1.1.0/noupdate_changes.xml",
|
||||
)
|
||||
Reference in New Issue
Block a user