mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-26 02:04:08 +02:00
10 lines
417 B
XML
10 lines
417 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="assets_backend" name="project assets" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" href="/hr_employee_shift/static/src/css/shift_dashboard.css"/>
|
|
<link rel="stylesheet" href="/hr_employee_shift/static/src/less/shift_dashboard.less"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|