update doctype workflows and events for Sales Order creation from Quotation
This commit is contained in:
parent
483942d2ca
commit
02c48e6108
7 changed files with 106 additions and 81 deletions
|
|
@ -169,6 +169,15 @@ def add_custom_fields():
|
|||
options="Employee",
|
||||
insert_after="status"
|
||||
)
|
||||
],
|
||||
"Quotation": [
|
||||
dict(
|
||||
fieldname="requires_half_payment",
|
||||
label="Requires Half Payment",
|
||||
fieldtype="Check",
|
||||
default=0,
|
||||
insert_after="custom_installation_address"
|
||||
)
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue