Files
stock-logistics-warehouse/stock_picking_volume/hooks.py
Sébastien Alix a8c620095c stock_picking_volume: pre_init_hook, replace column type from 'numeric' to 'double precision'
As no digits parameters are provided on `<stock.move>.volume' and
'<stock.picking>.volume' fields, the 'double precision' type is used
instead of 'numeric'.

This avoids time consuming SQL requests 'ALTER TABLE...' at module
install.
2024-09-02 10:24:59 +02:00

2.6 KiB