Create Own Module from Existing Module

Hello,

How to make own Master at left side?
and Master have –

  1. Assets
  2. Branch
  3. Unit
  4. Stock

at the right side but no have relation with Accounts module

Regards,

You have to create a custom frappe app to create a new module.

Check this https://frappe.github.io/frappe/user/en/tutorial/new-app
https://frappe.io/docs/user/en/tutorial/new-app

To add right side documents under a custom app, you need to create a config file for that app.

For example check, https://github.com/frappe/erpnext/blob/develop/erpnext/config/accounts.py

1 Like

Another dead link…

Google to the rescue :slight_smile: