Added another custom field to insall.py
This commit is contained in:
parent
dd929556e8
commit
7d8ba70107
1 changed files with 7 additions and 0 deletions
|
|
@ -362,6 +362,13 @@ def add_custom_fields():
|
||||||
fieldtype="Link",
|
fieldtype="Link",
|
||||||
options="Territory",
|
options="Territory",
|
||||||
insert_after="address_line2"
|
insert_after="address_line2"
|
||||||
|
),
|
||||||
|
dict(
|
||||||
|
fieldname="custom_customer_to_bill",
|
||||||
|
label="Customer To Bill",
|
||||||
|
fieldtype="Link",
|
||||||
|
options="Customer",
|
||||||
|
insert_after="custom_subdivision"
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
"Contact": [
|
"Contact": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue