Creating modules

Hi there, I have been looking at erpnext and odoo as possible solutions for a customer of mine, I am really liking erpnext and have figured out how to create custom fields in existing modules like HR and CRM.
How do I create a top level module like hr/crm?

Thanks
Jamie

Hi,
Use the following steps for “Create Module”
1.You have to add it to config/desktop.py of your app.
2.add a code in that file and save.
3.Click on all application select that app and clear cache & checked it.

For Custom Field Refer this Link: https://erpnext.org/docs/user/manual/en/customize-erpnext/custom-field

Sagar Shiragawakar
New Indictrans Technologies Pvt. Ltd.

@Jamie check this tutorial for making a custom app

https://frappe.io/docs

Link now , not found , is there any updated links , to build modules

See if this helps you out, it is the frappe tutorial :

https://frappe.io/docs/user

Also, before starting off check that you are in developer mode or not.

1 Like

yea , helpful thanks ,
small question , is new app which i will make , will appear as the modules on the desk , as Item , to do …?