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

@@ -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" />