Skip to content
Snippets Groups Projects
Commit 357eafea authored by tsm-odoo's avatar tsm-odoo
Browse files

[FIX] website_slides: correct model definitions setup


website_slides was relying on a model that belongs to a module
it does not depend on. This makes the single module builds fail.
Moreover, it appears this model was not even used during tests.

closes odoo/odoo#86876

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent a0428518
Branches
Tags
No related merge requests found
......@@ -2,4 +2,4 @@
import { addModelNamesToFetch } from '@mail/../tests/helpers/model_definitions_helpers';
addModelNamesToFetch(['slide.channel', 'note.note']);
addModelNamesToFetch(['slide.channel']);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment