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.

18 lines
594 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
  6. id="report_assets_common"
  7. name="oca_statements report assets"
  8. inherit_id="web.report_assets_common"
  9. >
  10. <xpath expr="." position="inside">
  11. <link
  12. rel="stylesheet"
  13. href="/partner_statement/static/src/scss/layout_statement.scss"
  14. type="text/scss"
  15. />
  16. </xpath>
  17. </template>
  18. </odoo>