odoo/enterprise#70787
Created by BI, Mehdi Rachico (mera)
Merged
at 392ec252ac142a78d58f2c7cc7d383b88acfc69e
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 1s)
Linked pull requests
- label
- odoo-dev:18.0-disable-json-download-mera
- head
- aea7d0efd0522757cbf681c19665af77f2398d2f
- merged
- 8 months ago by BI, Lucas Lefèvre (lul)
odoo/odoo | odoo/enterprise | |
---|---|---|
18.0 | #181624 | #70787 |
saas-18.1 | ||
saas-18.2 | ||
saas-18.3 | ||
master | #182430 | #71265 |
[IMP] Disable download of dashboard json file in list view
When downloading a dashboard's json file in debug mode, we get the initial version of the dashboard file and not the latest (without the revisions). This commit's goal is to prevent downloading the dashboard's json file and displaying a warning message to the user.