Product Dimensions

Add extra measure fields to products.

Technical Name:
product_dimension
License:
Author:
Savoir-faire Linux
https://kastor.lab.numigi.net/web/image/product.template/1154/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Product Dimension

This module adds extra measure fields to products.

./static/description/product_form_view.png

Dimension Fields

The module adds the fields Width, Height and Length.

A new decimal precision Product Dimension is defined for these fields.

A field is added for the unit of measure of the dimensions.

./static/description/dimension_fields.png

Weight

The weight already exist in Odoo. However, Odoo specifies that the weight must be the same for all products (kg or lbs).

Therefore, the module adds a new Weight field (technically named weight_in_uom). Another field is added to contain the unit of measure for the weight. The new fields are added to the form view.

The old field is renamed Weight in Kg. It is readonly and automatically filled from the value entered in the new field.

./static/description/weight_fields.png

Note that this module is incompatible with the weight in pound setting:

./static/description/settings_weight_in_lbs.png

Volume

The field Volume already exist in Odoo.

The module makes the field readonly and computed based on the dimension fields:

Volume = Width * Height * Length

The volume is always expressed in meters. This is standard in Odoo.

./static/description/volume_fields.png

Density

The field Density is added to products. The density is expressed in kilogram per cubic meters (kg/m³).

It is computed from the volume and the weight:

Density = Volume / Weight

./static/description/density_fields.png

Contributors

More information