Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3665 Vues

for example this :

def attachment_tree_view(self, cr, uid, ids, context):

For what is the self, cr, uid ,ids, context

I don't understand for what those arguments are?

Avatar
Ignorer
Meilleure réponse

Hi,

Where self is reffered as this operator.

cr: is the database cursor using that you can access the database operation like (commit, rollback, etc...)

uid: current user id to check the access right

ids: it the collection of list of current object ids

context : It contains the info related to timezone, lang


cr – database cursor uid – current user id ids – list of ids fields_to_export – list of fields context – context arguments, like lang, time zone

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
déc. 16
3042
1
avr. 24
1637
2
juin 25
89490
1
févr. 19
21180
0
août 16
4120