Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1971 Vizualizări

Suppose you have this

    my_prod = self.pool.get ('product.product').browse (cr, uid, [16])

Say we know almost nothing of this object, my question: Is there a way to get all possible methods and members of my_prod?

Imagine profil
Abandonează
Autor Cel mai bun răspuns

self.answer.attempt:

If  we had "prod_pool_object = self.pool.get ('product.product')" instead
then a possible answer would be:  "prod_pool_object.fields_get_keys(cr, uid)"

 

 

Imagine profil
Abandonează