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

 'quantity':fields.integer('Quantity',required=True),

raise osv.except_osv(_('Hi!'), _('Product is  Available For Rent'),'quantity')

suppose i want to add an alert of quantity of product a customer purchase.

How to add the quantity into this aler box...need a help

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

can you share the module please?

frequently it just a matter of concatenate correctly.

msg = 'Hello world %s' % fieldvalue

Regard.s

อวตาร
ละทิ้ง