优化sf获取cnc程序和ftp

This commit is contained in:
jinling.yang
2023-01-09 19:54:02 +08:00
parent c023a13e3a
commit b7723f82d0
24 changed files with 473 additions and 224 deletions

11
sf_dlm/data/uom_data.xml Normal file
View 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>