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.
15 lines
786 B
15 lines
786 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<!-- This XML code is part of an Odoo module's manifest file and is used to enhance the web interface-->
|
|
<!-- of the Odoo application by adding custom assets for a time picker widget.-->
|
|
<template id="asset_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link href='field_timepicker/static/wickedpicker/stylesheets/wickedpicker.css'
|
|
rel='stylesheet'/>
|
|
<script type="text/javascript"
|
|
src='field_timepicker/static/wickedpicker/src/wickedpicker.js'/>
|
|
<script type="text/javascript"
|
|
src='field_timepicker/static/src/js/time_widget.js'/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|