mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_disable_export_group: Migration to 16.0
TT45881
This commit is contained in:
@@ -19,8 +19,10 @@ class TestTour(odoo.tests.HttpCase):
|
||||
self.env,
|
||||
login="user_export_xlsx",
|
||||
password="user_export_xlsx",
|
||||
groups="base.group_user,base.group_system,%s"
|
||||
% ("web_disable_export_group.group_export_xlsx_data"),
|
||||
groups=(
|
||||
"base.group_user,base.group_system,"
|
||||
"web_disable_export_group.group_export_xlsx_data"
|
||||
),
|
||||
)
|
||||
|
||||
def test_admin(self):
|
||||
|
||||
Reference in New Issue
Block a user