First commit waiting for Budget Alert
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
apply plugin: "com.axelor.app-module"
|
||||
|
||||
apply from: "../version.gradle"
|
||||
|
||||
apply {
|
||||
version = openSuiteVersion
|
||||
}
|
||||
|
||||
axelor {
|
||||
title "Axelor Business Project"
|
||||
description "Axelor Business Project Module"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":modules:axelor-human-resource")
|
||||
compile project(":modules:axelor-contract")
|
||||
}
|
||||
Reference in New Issue
Block a user