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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2019 Alexandre Díaz
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. -->
  6. <odoo>
  7. <template id="assets_backend" name="web_company_color assets"
  8. inherit_id="web.assets_backend">
  9. <xpath expr=".">
  10. <t t-set="company_id" t-value="request.env.user and request.env.user.company_id" />
  11. <link t-if="company_id" rel="stylesheet" type="text/scss"
  12. t-att-href="company_id.scss_get_url()" />
  13. </xpath>
  14. </template>
  15. </odoo>