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

8 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2017 Jordi Ballester, Rafael Blasco, Ivan Yelizariev, Antonio Espinosa, Meyomesse Gilles
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo>
  5. <data>
  6. <template id="pos_sequence_ref_number_assets_backend"
  7. name="pos_sequence_ref_number_assets_backend"
  8. inherit_id="point_of_sale.assets">
  9. <xpath expr="." position="inside">
  10. <script src="/pos_sequence_ref_number/static/src/js/main.js"
  11. type="text/javascript"/>
  12. <script type="text/javascript"
  13. src="/pos_sequence_ref_number/static/lib/moment.js"/>
  14. </xpath>
  15. </template>
  16. </data>
  17. </odoo>