flectra/addons/hr/views/hr_templates.xml

11 lines
294 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-01-16 11:34:37 +01:00
<flectra>
<template id="assets_backend" name="hr assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/hr/static/src/less/hr.less"/>
</xpath>
</template>
2018-01-16 11:34:37 +01:00
</flectra>