mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
* [10.0][ADD] Module web_listview_invert_selection * [FIX] Multiple code reviews * [FIX] Changed single-quotes to double-quotes for improving codacy tests;
13 lines
604 B
XML
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>
|