Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2490 Widoki

 '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

Awatar
Odrzuć
Najlepsza odpowiedź

can you share the module please?

frequently it just a matter of concatenate correctly.

msg = 'Hello world %s' % fieldvalue

Regard.s

Awatar
Odrzuć