跳至內容
選單
此問題已被標幟
1 回覆
2498 瀏覽次數

 '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

頭像
捨棄