Skip to Content
Menu
This question has been flagged
1 Reply
6925 Views

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

Avatar
Discard

I am also looking for an answer on this

Best Answer

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³'

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 24
2971
1
Mar 18
7376
1
Jan 18
51865
7
Jan 24
15870
0
Aug 16
48