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