feat: create QR field in POS Invoice

This commit is contained in:
Dany Robert 2021-12-07 12:29:59 +05:30 committed by GitHub
parent f0fee5672f
commit d06c4b50cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,14 @@ def make_custom_fields():
read_only=1, no_copy=1, hidden=1
)
],
'POS Invoice': [
dict(
fieldname='ksa_einv_qr',
label='KSA E-Invoicing QR',
fieldtype='Attach Image',
read_only=1, no_copy=1, hidden=1
)
],
'Address': [
dict(
fieldname='address_in_arabic',