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

Hello Dears,.


I want when quotation status be Cancel the Customer i select in the quotation will be deactivate automatically 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

You can make the customer inactive by super the function of the cancel button.

class SaleOrderInherit(models.Model):
_inherit = 'sale.order'

@api.multi
def action_cancel(self, vals):
self.partner_id.active = False
res = super(SaleOrderInherit, self).action_cancel()
return res


Thanks

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Sales quotation แก้ไขแล้ว
2
มี.ค. 24
3239
Duplicate Rule on Customer แก้ไขแล้ว
5
พ.ค. 20
3894
1
มี.ค. 15
5075
1
มี.ค. 15
4196
2
ก.ค. 25
1487