Files
web/web_chatter_paste/templates/assets.xml
Dennis Sluijk 0ac40527cd [10.0][ADD][web_chatter_paste] (#548)
* 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
2017-03-21 08:50:16 -07:00

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>