[FIX] sql_export_mail : do not raise an error if non admin user want to access to sql export

[UPD] README.rst

[BOT] post-merge updates

[BOT] post-merge updates
This commit is contained in:
Sylvain LE GAL
2023-06-20 11:00:40 +02:00
committed by Sander Lienaerts
parent bc1df4612a
commit 4898f36f8f
5 changed files with 39 additions and 28 deletions

View File

@@ -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"