mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
21 lines
600 B
XML
21 lines
600 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"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/stock_measuring_device/static/src/js/measuring_wizard.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|