Show Connections “+ Create” Option Even When Document Is in Draft

I want to allow users to create linked documents from the Connections section even when the parent document is in Draft (docstatus = 0).

For example, in Sales Invoice, I want the “+” button to appear for Payment Entry even when the invoice is not submitted.

By default, Frappe only shows the + button for submitted documents. But in my use case, users must be able to create linked documents while the parent is still in draft.

My requirement: “Show + Create button in Connections even when parent document is in Draft.”

After Submit the doctype

Problem is, Linked document must be summited to use in other document.

You have to change, some core logic also.

dangerous to link documents to draft - can have unintended consequences