Skip to content
Snippets Groups Projects
Commit 5313cea8 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] snailmail: add missing model entry in test declaration

This allow enterprise tests to pass.
parent 2694174b
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,10 @@ QUnit.module('Chatter', {
res_id: 1,
message_type: 'snailmail',
}],
},
"ir.attachment": {
fields: {},
records: [],
}
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment