Add : Attendance Module + QVM Module

This commit is contained in:
Kheireddine Mehdi
2024-11-06 13:08:32 +01:00
parent c33245fd1f
commit c095b563a5
62 changed files with 5263 additions and 13 deletions

View File

@@ -0,0 +1,19 @@
apply plugin: "com.axelor.app-module"
apply from: "../version.gradle"
apply {
version = openSuiteVersion
}
axelor {
title "Axelor QVM"
description "Axelor QVM"
}
dependencies {
compile project(":modules:axelor-production")
compile project(":modules:axelor-base")
}