12 lines
489 B
XML
12 lines
489 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="nemhandel_onboarding_tour" model="web_tour.tour">
|
|
<field name="name">nemhandel_onboarding_tour</field>
|
|
<field name="sequence">60</field>
|
|
<field name="rainbow_man_message"><![CDATA[
|
|
<strong><b>Good job!</b> You're registered on Nemhandel.</strong>
|
|
<br>You can now fill in the data for your customers and send them invoices electronically
|
|
]]></field>
|
|
</record>
|
|
</odoo>
|