Commit Graph

4 Commits

Author SHA1 Message Date
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
ferran-S73
c7c87ae296 [FIX] stock_pikcing_volume: ambiguous column 2024-02-28 12:26:09 +01:00
Laurent Mignon (ACSONE)
fbfd9a66f2 [IMP] stock_picking_volume: Speedup installation
Init computed fields from plain sql queries to speedup install on large database
2024-02-23 10:06:12 +01:00
Laurent Mignon (ACSONE)
3a6bf112dc [ADD] stock_picking_volume: New addon to compute and store the volume of a picking 2023-02-08 15:24:34 +01:00