set QR code for purchaseOrderSeq and PartnerSeq
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
<many-to-one name="barcodeTypeConfig" title="Barcode Type" ref="com.axelor.apps.base.db.BarcodeTypeConfig" default="EAN_13"/>
|
||||
<boolean name="generateProductSequence" title="Generate sequence for products" default="false"/>
|
||||
|
||||
<many-to-one name="barcodeTypeConfigPurchaseOrderSeq" title="Barcode Type for Purchase Order Seq" ref="com.axelor.apps.base.db.BarcodeTypeConfig"/>
|
||||
<many-to-one name="barcodeTypeConfigPartnerSeq" title="Barcode Type for Partner Seq" ref="com.axelor.apps.base.db.BarcodeTypeConfig"/>
|
||||
|
||||
<boolean name="generatePartnerSequence" title="Generate sequence for partners" default="true"/>
|
||||
|
||||
<boolean name="manageMultiBanks" title="Manage multi banks"/>
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
<string name="pickingOrderComments" title="Comment to display on picking order" large="true"/>
|
||||
|
||||
<string name="proformaComments" title="Comment to display on proforma" large="true"/>
|
||||
|
||||
<many-to-one name="barCodeSeq" title="Barcode" ref="com.axelor.meta.db.MetaFile" />
|
||||
|
||||
<finder-method name="findByUser" using="user"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user