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,18 @@
apply plugin: "com.axelor.app-module"
apply from: "../version.gradle"
apply {
version = openSuiteVersion
}
axelor {
title "Axelor Marketing"
description "Axelor Marketing Module"
}
dependencies {
compile project(":modules:axelor-crm")
compile project(":modules:axelor-studio")
compile "com.mandrillapp.wrapper.lutung:lutung:0.0.7"
}