seitime-frappe/frappe/model
Aarol D'Souza c55ff193a6
fix: add type hints to whitelisted methods 3 (#37149)
* fix(apps): add type hints to whitelisted methods

* fix(recorder): add type hints to whitelisted methods

* fix(comments): add type hints to whitelisted methods

* fix(oauth2): add type hints to whitelisted methods

* fix(google_calendar): add type hints to whitelisted methods

* fix(print): add type hints to whitelisted methods

* fix(print_format_builder): add type hints to whitelisted methods

* refactor(network_printer_settings): remove unused args

* fix(document): add type hints to whitelisted methods

* fix(user_settings): add type hints to whitelisted methods

* fix(mapper): add type hints to whitelisted methods

* fix(connected_app): add type hints to whitelisted methods

* fix(google_contacts): add type hints to whitelisted methods

* fix(frappecloud_billing): add type hints to whitelisted methods

* test: rewrite test to fit the strict type check

* fix(social_login_key): add type hints to whitelisted methods

* fix(share): add type hints to whitelisted methods

* fix(webhook): add type hints to whitelisted methods

* fix(workflow): add type hints to whitelisted methods

* fix(workflow main): add type hints to whitelisted methods

* fix(workflow_action): add type hints to whitelisted methods

* fix: flexible type hint

* fix(client): add type hints to whitelisted methods

* fix: fix some of the tighter types

* fix(frappecloud_billing): add str typehint to whitelisted endpoint

* fix: target_doc can be dict/json string

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-20 06:50:19 +00:00
..
utils fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00
__init__.py fix: allow default fields for users with select perms 2026-02-02 15:19:23 +05:30
base_document.py Merge pull request #35872 from czarflix/fix/perf-bulk-link-validation 2026-02-16 16:14:21 +05:30
create_new.py fix: remove default value from time field (#33515) 2025-08-04 12:59:25 +05:30
db_query.py Merge pull request #35318 from AarDG10/add-custom-hook 2026-02-17 23:05:32 +05:30
delete_doc.py chore: add correct docs url 2025-12-30 16:43:34 +05:30
docfield.py chore!: dead code (#19551) 2023-01-10 18:53:08 +05:30
docstatus.py chore: fix typo in new DocStatus constant 2025-03-05 08:29:47 +05:30
document.py fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00
dynamic_links.py fix(dynamic_links): skip virtual docfields in dynamic link map 2025-09-25 16:55:18 +05:30
mapper.py fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00
meta.py fix: use system number format for currency precision (#36648) 2026-02-07 06:30:00 +00:00
naming.py feat: Enhance autoname functionality (#36827) 2026-02-07 06:22:28 +00:00
qb_query.py fix(with_comment_count): handle string values 2025-12-18 18:11:02 +05:30
rename_doc.py fix: skip db changes while renaming virtual doctype 2026-02-08 17:44:04 +01:00
sync.py fix: change condition for Workspace 2026-01-28 15:41:30 +05:30
trace.py feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
virtual_doctype.py refactor: migrate virtual doctypes to new API 2024-03-11 18:25:05 +05:30
workflow.py fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00