refactor: limit reposting to only supported doctypes

(cherry picked from commit 940d3cfe0a)
This commit is contained in:
ruthra kumar
2026-04-15 12:15:31 +05:30
parent fa5e4dee17
commit 5a2933df8f
3 changed files with 17 additions and 1 deletions

View File

@@ -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",
]