mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
6 lines
302 B
Markdown
6 lines
302 B
Markdown
---
|
|
{
|
|
"_label": "Modules"
|
|
}
|
|
---
|
|
The models used in both `wnframework` (**Core** module) and ERPNext are listed here. The basic element of the model is a `DocType`, which is most often also a database table. The model properties are called `DocFields`, which describe the view and the database columns. |