15 lines
297 B
JavaScript
15 lines
297 B
JavaScript
/** @odoo-module alias=@bus/../tests/helpers/test_constants default=false */
|
|
|
|
export const TEST_GROUP_IDS = {
|
|
groupUserId: 11,
|
|
};
|
|
|
|
export const TEST_USER_IDS = {
|
|
odoobotId: 2,
|
|
odoobotUserId: 1,
|
|
adminPartnerId: 3,
|
|
adminUserId: 2,
|
|
publicPartnerId: 4,
|
|
publicUserId: 3,
|
|
};
|