[ADD] web_tree_resize_column

[FIX] Initial resizing
This commit is contained in:
tarteo
2019-01-09 15:01:40 +01:00
committed by Dennis Sluijk
parent b4f25430c9
commit e646527d6e
11 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 Onestein
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr=".">
<script src="/web_tree_resize_column/static/lib/resizableColumns/jQuery.resizableColumns.js"></script>
<script src="/web_tree_resize_column/static/src/js/backend.js"></script>
</xpath>
</template>
</odoo>