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