Skip to content
Snippets Groups Projects
Commit d33b11ff authored by João Marques's avatar João Marques
Browse files

[FIX] hr_recruitment: Add back description to message subtype


Reverts 62bf009 as that is causing that no message is posted in the chatter upon creation.
Althought this might have been an issue before, #56631 removed the addition of the "Application created" message in the message body, so now there was nothing adding it, making the message invisible in the chatter.

TT30413

closes odoo/odoo#75978

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent aae07e88
Branches
Tags
No related merge requests found
......@@ -282,6 +282,7 @@
<field name="res_model">hr.applicant</field>
<field name="default" eval="False"/>
<field name="hidden" eval="True"/>
<field name="description">Applicant created</field>
</record>
<record id="mt_applicant_stage_changed" model="mail.message.subtype">
<field name="name">Stage Changed</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment