initial commit

This commit is contained in:
devapp
2021-11-29 11:56:30 +01:00
parent 016e45a01c
commit 5b67068faa
4285 changed files with 927085 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
apply plugin: "com.axelor.app-module"
apply from: "../version.gradle"
apply {
version = openSuiteVersion
}
axelor {
title "Axelor Cash Management"
description "Axelor Cash Management Module"
}
dependencies {
compile project(":modules:axelor-human-resource")
compile project(":modules:axelor-supplychain")
}