mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] sql_export_mail : do not raise an error if non admin user want to access to sql export
This commit is contained in:
committed by
BT-ssteiner
parent
8f0adb5fbf
commit
ef1ddba6b9
@@ -18,6 +18,7 @@
|
||||
<field
|
||||
name="mail_condition"
|
||||
attrs="{'invisible': [('cron_ids', '=', [(6, False, [])])]}"
|
||||
groups="base.group_system"
|
||||
/>
|
||||
</field>
|
||||
<page name="page_sql" position="after">
|
||||
@@ -30,7 +31,7 @@
|
||||
colspan="2"
|
||||
/>
|
||||
</group>
|
||||
<group string="Crons">
|
||||
<group string="Crons" groups="base.group_system">
|
||||
<field
|
||||
name="cron_ids"
|
||||
nolabel="1"
|
||||
|
||||
Reference in New Issue
Block a user