This commit is contained in:
Ali 2026-01-30 20:59:46 +04:00
parent c8237391e7
commit 3249ddb318
1 changed files with 22 additions and 0 deletions

View File

@ -907,6 +907,28 @@ def create_custom_fields():
read_only=1, read_only=1,
no_copy=1, no_copy=1,
translatable=0 translatable=0
),
dict(
fieldname='etaxes_document_type',
label='E-Taxes Document Type',
fieldtype='Select',
options='\nədv',
insert_after='customer_name_etaxes',
in_list_view=1,
columns=2,
hidden=1,
read_only=1,
no_copy=1
),
dict(
fieldname='loaded_from_etaxes',
label='Loaded from E-Taxes',
fieldtype='Check',
insert_after='etaxes_document_type',
default='0',
hidden=1,
read_only=1,
no_copy=1
) )
], ],
"Bank": [ "Bank": [