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.

12 lines
506 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2018 Eficent Business and IT Consulting Services S.L.
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo>
  5. <template id="report_assets_common" name="oca_statements report assets" inherit_id="web.report_assets_common">
  6. <xpath expr="." position="inside">
  7. <link rel="stylesheet" href="/partner_statement/static/src/scss/layout_statement.scss" type="text/scss" />
  8. </xpath>
  9. </template>
  10. </odoo>