How to move Sales Invoice to Sales module from Accounting module?

Hello,

As the tittle says, is there a way to move Sales Invoice from the Accounting module to Sales module?
Because Sales Invoices are handled by Sales department in all of my clients.

Bojan,

No UI option to move form from one module to another module.

You can give access to your sales users on Sales Invoice. With this, they
will only be able to see Sales Invoice in the Accounts module, and not the
other records on Account module.

https://erpnext.com/user-guide/setting-up/permissions

Hmm…not a pretty one but it’s a solution :smile:
Thank you

1 Like

You can edit the apps/erpnext/erpnext/config/sales.py files and add an entry for Sales Invoice.

Thank you.
I’ll try that once my issue with update is resolved.

I don’t see the file sales.py
@ app/erpnext/erpnext/config/sales.py

@sudhir_rajgowda file name is selling.py
check this.

https://github.com/frappe/erpnext/blob/develop/erpnext/config/selling.py#L22