Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6920 Zobrazení

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
Zrušit

I am also looking for an answer on this

Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
čvc 24
2969
1
bře 18
7371
1
led 18
51861
7
led 24
15868
0
srp 16
48