bus/static/tests/helpers/test_constants.js

14 lines
219 B
JavaScript
Raw Normal View History

2024-05-03 15:03:07 +03:00
/** @odoo-module **/
export const TEST_GROUP_IDS = {
groupUserId: 11,
};
export const TEST_USER_IDS = {
odoobotId: 2,
adminPartnerId: 3,
adminUserId: 2,
publicPartnerId: 4,
publicUserId: 3,
};