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