跳至内容
菜单
此问题已终结
1 回复
7052 查看

How do we go about changing the volume of a product from m3 to cm3? Our shipping couriers use cm3 for calculating shipping rates

形象
丢弃

I am also looking for an answer on this

最佳答案

Create a UoM for volume cm³ factor 0.1
psql your_database
UPDATE  ir_model_data SET res_id = (SELECT id FROM uom_uom WHERE name = 'cm³') WHERE name = 'product_uom_cubic_meter';

Reload product page and go to Inventory Tab -> Volume is now 'cm³'

形象
丢弃
相关帖文 回复 查看 活动
2
7月 24
3165
1
3月 18
7475
1
1月 18
52096
7
1月 24
16102
0
8月 16
48