mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[refactor] hooks.py fixes
This commit is contained in:
@@ -26,15 +26,6 @@ website_generators = ["Item Group", "Item", "Sales Partner"]
|
|||||||
|
|
||||||
standard_queries = "Customer:erpnext.selling.doctype.customer.customer.get_customer_list"
|
standard_queries = "Customer:erpnext.selling.doctype.customer.customer.get_customer_list"
|
||||||
|
|
||||||
permission_query_conditions = {
|
|
||||||
"Note": "erpnext.utilities.doctype.note.note.get_permission_query_conditions"
|
|
||||||
}
|
|
||||||
|
|
||||||
has_permission = {
|
|
||||||
"Note": "erpnext.utilities.doctype.note.note.has_permission"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
doc_events = {
|
doc_events = {
|
||||||
"Stock Entry": {
|
"Stock Entry": {
|
||||||
"on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_qty",
|
"on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_qty",
|
||||||
|
|||||||
Reference in New Issue
Block a user