优化sf获取cnc程序和ftp
This commit is contained in:
11
sf_dlm/data/uom_data.xml
Normal file
11
sf_dlm/data/uom_data.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo noupdate="1">
|
||||
<!-- UOM.UOM -->
|
||||
<!-- VOLUME -->
|
||||
<record id="product_uom_cubic_millimeter" model="uom.uom">
|
||||
<field name="name">立方毫米</field>
|
||||
<field name="category_id" ref="uom.product_uom_categ_vol"/>
|
||||
<field name="factor_inv">1000</field>
|
||||
<field name="uom_type">bigger</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user