Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3527 มุมมอง

this function is for create quotation.

its necessary write whole function to override method.

i want to set  subject field to total_product field.


for make in self.browse(cr, uid, ids, context=context):

vals = {

 'partner_invoice_id': partner_addr['invoice'],

 'partner_shipping_id': partner_addr['delivery'],

'date_order': fields.datetime.now(),

 'fiscal_position': fpos,

 'payment_term':payment_term,

 'note': sale_obj.get_salenote(cr, uid, [case.id], partner.id, context=context),

 'total_product' : make.subject,

 }

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
override a method inheritance แก้ไขแล้ว
2
ธ.ค. 15
3482
3
พ.ย. 16
6797
2
ก.ค. 23
2743
Create function problem แก้ไขแล้ว
2
มิ.ย. 23
2335
1
ม.ค. 22
3894