6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
/** @odoo-module alias=web.legacySetup **/
|
|
|
|
// in tests, there's nothing to setup globally (we don't want to deploy services),
|
|
// but this module must exist has it is required by other modules
|
|
export const legacySetupProm = Promise.resolve();
|