Accept Merge Request #1469: (feature/message_update -> develop)
Merge Request: 快速订单创建报错 Created By: @管欢 Reviewed By: @胡尧 Approved By: @胡尧 Accepted By: @管欢 URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/1469
This commit is contained in:
@@ -220,7 +220,11 @@ class QuickEasyOrder(models.Model):
|
|||||||
'total_amount': item.price,
|
'total_amount': item.price,
|
||||||
'remark': '',
|
'remark': '',
|
||||||
'manual_quotation': True,
|
'manual_quotation': True,
|
||||||
'barcode': barcode
|
'barcode': barcode,
|
||||||
|
'machining_drawings_name': '',
|
||||||
|
'quality_standard_name': '',
|
||||||
|
'machining_drawings': '',
|
||||||
|
'quality_standard': '',
|
||||||
})
|
})
|
||||||
# res['bfm_process_order_list'] = json.dumps(res['bfm_process_order_list'])
|
# res['bfm_process_order_list'] = json.dumps(res['bfm_process_order_list'])
|
||||||
product_id = self.env.ref('sf_dlm.product_template_sf').sudo()
|
product_id = self.env.ref('sf_dlm.product_template_sf').sudo()
|
||||||
|
|||||||
Reference in New Issue
Block a user