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
419 B

9 years ago
9 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <!-- Add Javascript -->
  5. <template id="assets_backend"
  6. inherit_id="web.assets_backend"
  7. name="Add technical name to field items"
  8. priority="20">
  9. <xpath expr="." position="inside">
  10. <script type="text/javascript"
  11. src="/base_export_manager/static/src/js/main.js"/>
  12. </xpath>
  13. </template>
  14. </data>
  15. </openerp>