19 lines
569 B
XML
19 lines
569 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="action_custom_webapp" model="ir.actions.act_url">
|
|
<field name="name">My WebApp</field>
|
|
<field name="type">ir.actions.act_url</field>
|
|
<field name="url">/myATS</field>
|
|
<field name="target">new</field> <!-- Opens in new tab -->
|
|
</record>
|
|
|
|
<menuitem
|
|
id="menu_ats_webapp_root"
|
|
name="My ATS Web App"
|
|
web_icon="hr_recruitment_web_app,static/description/banner.png"
|
|
sequence="10"
|
|
action="action_custom_webapp"/>
|
|
|
|
|
|
|
|
</odoo> |