master-sf1.0

This commit is contained in:
qihao.gong@jikimo.com
2023-05-06 16:03:00 +08:00
parent fcf0354a1e
commit 0077d97cfa
307 changed files with 20636 additions and 0 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>