mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
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.
10 lines
311 B
XML
10 lines
311 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="product_uom_mm" model="uom.uom">
|
|
<field name="category_id" ref="uom.uom_categ_length" />
|
|
<field name="name">mm</field>
|
|
<field name="factor" eval="1000" />
|
|
<field name="uom_type">smaller</field>
|
|
</record>
|
|
</odoo>
|