mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Add group on cron field to avoid access error when user does not have the right to read crons.
This commit is contained in:
committed by
BT-ssteiner
parent
0f8e015530
commit
611e1dcd65
@@ -19,7 +19,7 @@
|
||||
<field name="mail_user_ids" nolabel="1"/>
|
||||
</group>
|
||||
<group string="Crons" groups="base.group_system">
|
||||
<field name="cron_ids" nolabel="1" domain="[('function', '=', '_run_all_sql_export_for_cron')]"/>
|
||||
<field name="cron_ids" nolabel="1" domain="[('function', '=', '_run_all_sql_export_for_cron')]" groups="base.group_system"/>
|
||||
</group>
|
||||
</group>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user