blob: 446cffb67c863111440d3ebb6f2902ca02819959 (
plain)
1
2
3
4
5
6
7
8
|
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/scss" href="/hr_contract/static/src/scss/state_selection.scss"/>
<link rel="stylesheet" type="text/scss" href="/hr_contract/static/src/scss/calendar_mismatch.scss"/>
</xpath>
</template>
</odoo>
|