Skip to content

Commit

Permalink
fix: add compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gca-axelor committed Dec 12, 2024
1 parent 15a8c96 commit 172ac2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/apps/hr/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,19 @@ export const HrModule: Module = {
title: 'Hr_Leaves',
icon: 'suitcase-fill',
screen: 'LeaveListScreen',
compatibilityAOS: {
moduleName: 'axelor-human-resource',
downToVersion: '8.3.0',
},
},
hr_menu_completeRequest: {
title: 'Hr_CompleteRequest',
icon: 'plus-lg',
screen: 'CompleteRequestScreen',
compatibilityAOS: {
moduleName: 'axelor-human-resource',
downToVersion: '8.3.0',
},
},
},
screens: {
Expand Down

0 comments on commit 172ac2e

Please sign in to comment.