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.
10 lines
515 B
10 lines
515 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<!-- This template will be used to add additional JavaScript files to the backend assets -->
|
|
<template id="asset_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src='/chatter_camera/static/src/js/camera_chatter.js' />
|
|
<script type="text/javascript" src='/field_timepicker/static/wickedpicker/src/wickedpicker.js' />
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|