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.

14 lines
465 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Copyright 2017 Simone Orsi
  4. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  5. -->
  6. <odoo>
  7. <template id="assets_common" inherit_id="web.assets_common">
  8. <xpath expr="link[@href='/web/static/lib/fontawesome/css/font-awesome.css']" position="replace">
  9. <link rel="stylesheet" type="text/css" href="/base_fontawesome/static/lib/fontawesome-4.7.0/css/font-awesome.css" />
  10. </xpath>
  11. </template>
  12. </odoo>