mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* Initial commit * Initial commit * [ADD] Tests * [FIX] Dependencies * [REM] Controller tests * [FIX] Removed unnecessary incompatibility warning * [FIX] Hyperlink to issues * [ADD] Tests * [FIX] Tests * [?] Testing test problem * [?] Testing test problem * [?] Testing test problem * [ADD] web_chatter_paste Initial commit Initial commit [ADD] Tests [FIX] Dependencies [REM] Controller tests [FIX] Removed unnecessary incompatibility warning [FIX] Hyperlink to issues [ADD] Tests [FIX] Tests [?] Testing test problem [?] Testing test problem [?] Testing test problem * Testing problem * Testing problem * Testing problem * [ADD] Mock for http.request * [FIX] Use patch to mock
13 lines
405 B
XML
13 lines
405 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2017 Onestein
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
|
|
<odoo>
|
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr=".">
|
|
<script type="text/javascript"
|
|
src="/web_chatter_paste/static/src/js/web_chatter_paste.js"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|