Odoo18-Base/addons/hr_recruitment/data/hr_recruitment_tour.xml

11 lines
419 B
XML
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="hr_recruitment_tour" model="web_tour.tour">
<field name="name">hr_recruitment_tour</field>
<field name="sequence">230</field>
<field name="rainbow_man_message"><![CDATA[
<div>Great job! You hired a new colleague!</div><div>Try the Website app to publish job offers online.</div>
]]></field>
</record>
</odoo>