Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Snail Mail

Entity: snailmail.letter

Compute Method: _compute_reference

Inputs Method Outputs
for res in self:
            res.reference = "%s,%s" % (res.model, res.res_id)

Back to entity