First commit waiting for Budget Alert
This commit is contained in:
19
modules/axelor-open-suite/axelor-supplychain/build.gradle
Normal file
19
modules/axelor-open-suite/axelor-supplychain/build.gradle
Normal file
@ -0,0 +1,19 @@
|
||||
apply plugin: "com.axelor.app-module"
|
||||
|
||||
apply from: "../version.gradle"
|
||||
|
||||
apply {
|
||||
version = openSuiteVersion
|
||||
}
|
||||
|
||||
axelor {
|
||||
title "Axelor Supply Chain"
|
||||
description "Axelor Supply Chain Module"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":modules:axelor-purchase")
|
||||
compile project(":modules:axelor-sale")
|
||||
compile project(":modules:axelor-stock")
|
||||
compile project(":modules:axelor-account")
|
||||
}
|
||||
Reference in New Issue
Block a user