Files
web/web_listview_invert_selection/templates/assets.xml
Antonio Esposito 2b33af50de [10.0][ADD] Module web_listview_invert_selection (#538)
* [10.0][ADD] Module web_listview_invert_selection

* [FIX] Multiple code reviews

* [FIX] Changed single-quotes to double-quotes for improving codacy tests;
2017-07-25 09:03:35 -07:00

13 lines
604 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" name="web_listview_invert_selection backend assets" inherit_id="web.assets_backend">
<xpath expr=".">
<script type="text/javascript" src="/web_listview_invert_selection/static/src/js/web_listview_invert_selection.js"/>
<link rel="stylesheet" type="text/less" href="/web_listview_invert_selection/static/src/less/web_listview_invert_selection.less"/>
</xpath>
</template>
</odoo>