fix: total allocated percentage for sales team issue

(cherry picked from commit b498094a9759bb95a3c77c6ec6877aafc6daa0ea)
This commit is contained in:
ruthra kumar 2024-01-09 12:40:41 +05:30 committed by Mergify
parent ec7a60bd02
commit 756c062733

View File

@ -370,6 +370,7 @@ def _make_sales_order(source_name, target_doc=None, customer_group=None, ignore_
)
# sales team
if not target.get("sales_team"):
for d in customer.get("sales_team") or []:
target.append(
"sales_team",