Files
stock-logistics-warehouse/stock_measuring_device/views/assets.xml
Alexandre Fayolle e11e9f7104 [ADD] stock_measuring_device
This is a rework of the stock_cubiscan module to allow supporting
different kind of measuring devices, with different communication
protocols. We use components from OCA/connector to abstract the
implementation of the backend (some devices are synchronous, others are
asynchronous...).

Others PR to come for stock_measuring_device_cubiscan and
stock_measuring_device_zippcube.
2021-04-21 08:07:10 +02:00

17 lines
446 B
XML

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