OCA/OCB

No calculate correct volume and weight - posible solution - Odoo12

Closed this issue · 1 comments

(sum(t.weight) * l.qty / u.factor) AS weight,

Change with:

(select sum(t.weightl.qty/u.factor)) AS weight,
(select sum(t.volume
l.qty/u.factor)) AS volume,

This is for notifying issues specific to OCB. For odoo/odoo ones, go to that repository.