reglage pour construire WAR

This commit is contained in:
walid seghier
2022-05-04 15:03:01 +01:00
parent 8173e6c06c
commit d1570dfce5
3 changed files with 4 additions and 3 deletions

View File

@@ -54,7 +54,9 @@ dependencies {
}
}
task wrapper(type: Wrapper) { gradleVersion = "4.4.1" }
wrapper {
gradleVersion = "4.4.1"
}
task("dataImport", type: JavaExec) {
main = "com.axelor.apps.erp.Main"

View File

@@ -171,7 +171,6 @@
<track on="UPDATE">
<field name="productCategory" />
<field name="productSubCategory" />
<field name="productFamily" />
<field name="saleSupplySelect" />
<field name="sellable" />

View File

@@ -5,7 +5,7 @@
<module name="purchase" package="com.axelor.apps.purchase.db"/>
<entity name="PurchaseRequestLine" lang="java" cachable="true">
<entity name="PurchaseRequestLine" lang="java" cacheable="true">
<many-to-one name="product" ref="com.axelor.apps.base.db.Product" title="Product"/>
<boolean name="newProduct" title="New product" />
<many-to-one name="unit" ref="com.axelor.apps.base.db.Unit" title="Unit" />