You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
541 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Adding the js and css files into asset_backend-->
<template id="assets_backend" name="kanban_sticky_state"
inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/kanban_sticky_state/static/src/js/kanban_column.js"/>
<link rel="stylesheet"
href="/kanban_sticky_state/static/src/css/kanban_sticky_state.css"/>
</xpath>
</template>
</odoo>