fix: Total Sales amount update in project via Sales Order

(cherry picked from commit 6063c4e3c0)
This commit is contained in:
Deepesh Garg
2022-10-26 18:01:39 +05:30
committed by Mergify
parent 36f2b65401
commit d742e6d56b

View File

@@ -627,6 +627,7 @@ def make_project(source_name, target_doc=None):
"field_map": {
"name": "sales_order",
"base_grand_total": "estimated_costing",
"net_total": "total_sales_amount",
},
},
},