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

Hi,

    I have a boolean field and a button. I want this boolean field to be true only if the button pressed and mail sends.

my boolean field, mail_send = fields.Boolean('mail send)  

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

Hi Shaffaf,

You simply make a button in the XML with a function defined in it like this:

<button name="your_button" string="Send e-mail" type="object" class="btn-primary"/>

Then define a Python function where you set the boolean to true:

@api.multi
def your_button(self):
    self.your_boolean_field = True

Regards,
Yenthe

อวตาร
ละทิ้ง
ผู้เขียน

Thanks Yenthe

คำตอบที่ดีที่สุด

How would the syntax be if my checkbox is in the model of sale.order and my button in account.move?

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ส.ค. 25
2497
3
ก.พ. 25
3803
0
พ.ค. 24
46
1
เม.ย. 24
3514
4
ก.ย. 23
5055