added new fields
This commit is contained in:
parent
bc31f531ad
commit
f01ab09b4e
|
|
@ -810,6 +810,15 @@ def create_custom_fields():
|
||||||
columns=2,
|
columns=2,
|
||||||
no_copy=1,
|
no_copy=1,
|
||||||
allow_on_submit=1
|
allow_on_submit=1
|
||||||
|
),
|
||||||
|
dict(
|
||||||
|
fieldname='customer_name_etaxes',
|
||||||
|
fieldtype='Data',
|
||||||
|
insert_after='expense_income_type',
|
||||||
|
hidden=1,
|
||||||
|
read_only=1,
|
||||||
|
no_copy=1,
|
||||||
|
translatable=0
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
"Bank": [
|
"Bank": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue