Merge pull request #2 from root/dev

reglage pour construire WAR
This commit is contained in:
walid
2022-05-04 16:03:29 +02:00
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" />