Hello all,
I don't know why the bold new_id is between [ ] in the second sentence??? What does it mean? What do the two [ ] do there?
new_id = super(sale_order, self).create(cr, uid, vals, context=ctx)
self.message_post(cr, uid, [new_id], body=_("Quotation created"), context=ctx)
Thanks
A question title that tells people to open your question before they know what it is may be read by less people than a question title with more detail than "What do the [] mean in this python line please".