update : OperationType.xml
This commit is contained in:
@@ -6,7 +6,13 @@
|
||||
<module name="qvm" package="com.axelor.apps.qvm.db"/>
|
||||
|
||||
<entity name="OperationType">
|
||||
<string name="name" title="Operation Type :" required="true"/>
|
||||
<string name="fullName" namecolumn="true">
|
||||
<![CDATA[
|
||||
|
||||
return name+" "+stockUnity;
|
||||
]]>
|
||||
</string>
|
||||
<string name="name" title="Operation Type" required="true"/>
|
||||
<!--<many-to-one name="parent" ref="com.axelor.apps.qvm.db.MachineLocation" title="parent"/>-->
|
||||
<integer name="stockUnity" selection="operation.parent.location.select" default="0"/>
|
||||
<integer name="orderByState"/>
|
||||
|
||||
Reference in New Issue
Block a user