summaryrefslogtreecommitdiff
path: root/addons/google_drive/static/src/xml/gdrive.xml
blob: d12b34595166220d623399d9ce271fdf56e0aeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<templates>
    <t t-name="GoogleDriveMenu" owl="1">
        <li>
            <ul class="o_embed_menu">
                <li t-foreach="props.items" t-as="gdriveItem" t-key="gdriveItem.id"
                    role="menuitem"
                    class="o_menu_item oe_share_gdoc_item dropdown-item"
                    >
                    <a href="#" t-esc="gdriveItem.name" t-on-click.prevent="_onGoogleDocItemClick(gdriveItem.id)"/>
                </li>
            </ul>
        </li>
    </t>
</templates>