Files
stock-logistics-warehouse/stock_cubiscan/views/assets.xml
2020-03-24 15:32:32 +01:00

9 lines
318 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>