Hi
I am developing a module that display a lot of pictures. I want to create a thumbnail each time user upload a picture.
How can I trigger automatically a function when the user creates a record (= upload a picture) ?
openerp 6.1
Hi
I am developing a module that display a lot of pictures. I want to create a thumbnail each time user upload a picture.
How can I trigger automatically a function when the user creates a record (= upload a picture) ?
openerp 6.1
You must use the super on create function. This is an example how to use it:
def create(self, cr, uid, vals, context=None):
res = super(YOUR_CLASSE, self).create(cr, uid, vals, context=context)
YOUR CODE HERE
return res
That's look more simple than expected ! Thank you very much for your fast answer.
I'm happy you solved your problem....;)
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
0
Kas 25
|
10 | |||
|
1
Haz 24
|
4208 | |||
|
Domain one2many field?
Çözüldü
|
5
Haz 23
|
37231 | ||
|
1
Ara 23
|
20976 | |||
|
2
Haz 16
|
4340 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.