add: Maintenance resources

This commit is contained in:
zakaria.hachem
2024-11-16 21:48:05 +01:00
parent 8d8a94b65f
commit bfcb3db03d
31 changed files with 7366 additions and 0 deletions

View File

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