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.

17 lines
497 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. -->
  6. <odoo>
  7. <template id="assets_backend" name="base_phone assets"
  8. inherit_id="web.assets_backend">
  9. <xpath expr="." position="inside">
  10. <script type="text/javascript"
  11. src="/base_phone/static/src/js/phone_widget.js"></script>
  12. </xpath>
  13. </template>
  14. </odoo>