mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 03:17:55 +00:00
refactor: limit reposting to only supported doctypes
This commit is contained in:
@@ -703,3 +703,11 @@ fields_for_group_similar_items = ["qty", "amount"]
|
||||
# List of apps whose translatable strings should be excluded from this app's translations.
|
||||
ignore_translatable_strings_from = ["frappe"]
|
||||
require_type_annotated_api_methods = True
|
||||
|
||||
repost_allowed_doctypes = [
|
||||
"Sales Invoice",
|
||||
"Purchase Invoice",
|
||||
"Journal Entry",
|
||||
"Payment Entry",
|
||||
"Purchase Receipt",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user