set QR code for purchaseOrderSeq and PartnerSeq

This commit is contained in:
walid seghier
2022-10-20 11:28:53 +01:00
parent 043cf6d151
commit 12d656c88c
10 changed files with 110 additions and 0 deletions

View File

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

View File

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