mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 13:55:19 +00:00
refactor: limit reposting to only supported doctypes
(cherry picked from commit 940d3cfe0a)
This commit is contained in:
@@ -692,3 +692,10 @@ 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"]
|
||||
repost_allowed_doctypes = [
|
||||
"Sales Invoice",
|
||||
"Purchase Invoice",
|
||||
"Journal Entry",
|
||||
"Payment Entry",
|
||||
"Purchase Receipt",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user