Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2473 Zobrazení

 '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

Avatar
Zrušit
Nejlepší odpověď

can you share the module please?

frequently it just a matter of concatenate correctly.

msg = 'Hello world %s' % fieldvalue

Regard.s

Avatar
Zrušit