* chore: feedback doctype no longer exists missed from https://github.com/frappe/frappe/pull/17479 * chore: remove unused communication type This was removed and migrated already in v12: ``` frappe/patches/v12_0/setup_comments_from_communications.py: frappe.db.delete("Communication", {"communication_type": "Comment"}) ``` ... comming from |
||
|---|---|---|
| .. | ||
| api | ||
| doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.