seitime-frappe/frappe/model
Nabin Hait 31ef1c7355
perf: option to skip realtime notify update after insert (#17543)
While doing optimization for the period closing voucher, found that `notify_update` takes a significant amount of time to execute (200 seconds in this case), even though it was not required at all in this specific case (insert of GL Entry). That's why made the function optional by using a flag.

Related PR: https://github.com/frappe/erpnext/pull/31626
2022-07-19 09:53:04 +00:00
..
utils refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
__init__.py Merge pull request #15538 from noahjacob/phone_field_control 2022-04-28 10:27:52 +05:30
base_document.py fix: ignore virtual fields when doing db_update 2022-07-11 18:33:50 +05:30
create_new.py Revert "fix(doc)!: Always cast datetime, date and time fields" 2022-07-05 13:43:32 +05:30
db_query.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
delete_doc.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
docfield.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
docstatus.py feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
document.py perf: option to skip realtime notify update after insert (#17543) 2022-07-19 09:53:04 +00:00
dynamic_links.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
mapper.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
meta.py Revert "fix(doc)!: Always cast datetime, date and time fields" 2022-07-05 13:43:32 +05:30
naming.py fix: ignore empty part in naming series (#17508) 2022-07-14 13:14:58 +05:30
rename_doc.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
sync.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
workflow.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30