mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
9 lines
318 B
XML
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>
|