Tuesday, November 16, 2021
1 change · master
New functionality added to Odoo
This update adds a helper that makes it simpler for developers to create internal message records. It reduces repetitive setup work and supports faster, less error-prone development around messaging features.
Original PR description
Description of the issue/feature this PR addresses: quick helper to create new `mail.message` records Current behavior before PR: creating `mail.message` records usually are annoying to make. You need to provide things such as `rec._name` and `rec.id` for example. Desired behavior after PR is merged: They become a little cooler as before! -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr