reglage pour construire WAR
This commit is contained in:
@@ -171,7 +171,6 @@
|
||||
|
||||
<track on="UPDATE">
|
||||
<field name="productCategory" />
|
||||
<field name="productSubCategory" />
|
||||
<field name="productFamily" />
|
||||
<field name="saleSupplySelect" />
|
||||
<field name="sellable" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user