快速订单创建报错
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