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

Module: Forum

Entity: forum.post

Compute Method: _compute_plain_content

Inputs Method Outputs
for post in self:
            post.plain_content = tools.html2plaintext(post.content)[0:500] if post.content else False

Back to entity