mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-18 05:22:10 +02:00
8 lines
323 B
XML
8 lines
323 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="project_tour" model="web_tour.tour">
|
|
<field name="name">project_tour</field>
|
|
<field name="sequence">110</field>
|
|
<field name="rainbow_man_message">Congratulations, you are now a master of project management.</field>
|
|
</record>
|
|
</odoo>
|