Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3672 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Des 16
3048
1
Apr 24
1638
2
Jun 25
89495
1
Feb 19
21183
0
Agu 16
4123