seitime-frappe/frappe/patches/v11_0
Ankush Menat 4a81d9f8e3
feat!: populate fields from kwargs in frappe.new_doc (#21190)
This makes it similar to `get_doc` API BUT still signifies intent that
it's a "NEW" document.

Minor Breaking Change: positional arguments are now forcefully keyword
arguments. Only seems to be used internally from what I can tell.

https://sourcegraph.com/search?q=context:global+repo:%5Egithub%5C.com/frappe/.*+/frappe.new_doc%5C%28.*%3F%2C.*%3F%5C%29/+lang:python+&patternType=regexp&case=yes&sm=0&groupBy=repo
2023-05-31 12:29:31 +05:30
..
__init__.py Patch for user permissions (#5389) 2018-04-05 16:32:28 +05:30
apply_customization_to_custom_doctype.py feat!: populate fields from kwargs in frappe.new_doc (#21190) 2023-05-31 12:29:31 +05:30
change_email_signature_fieldtype.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
copy_fetch_data_from_options.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
create_contact_for_user.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
delete_all_prepared_reports.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
delete_duplicate_user_permissions.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
drop_column_apply_user_permissions.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
fix_order_by_in_reports_json.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
make_all_prepared_report_attachments_private.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
migrate_report_settings_for_new_listview.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
multiple_references_in_events.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
reload_and_rename_view_log.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
remove_doctype_user_permissions_for_page_and_report.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
remove_skip_for_doctype.py refactor: remove txt param from generate_hash use 2022-11-10 11:56:48 +05:30
rename_email_alert_to_notification.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
rename_standard_reply_to_email_template.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
rename_workflow_action_to_workflow_action_master.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
replicate_old_user_permissions.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
set_allow_self_approval_in_workflow.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
set_default_letter_head_source.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
set_dropbox_file_backup.py refactor: replace bad usage of db.set_value 2023-01-04 11:13:53 +05:30
set_missing_creation_and_modified_value_for_user_permissions.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
update_list_user_settings.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30