Files
stock-logistics-warehouse/stock_cubiscan/views/assets.xml
2020-03-26 13:04:05 +01:00

17 lines
409 B
XML

<?xml version="1.0" ?>
<odoo>
<template
id="cubiscan_assets"
name="cubiscan.assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<link
rel="stylesheet"
type="text/scss"
href="/stock_cubiscan/static/src/scss/cubiscan_wizard.scss"
/>
</xpath>
</template>
</odoo>