Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4492 Vistas

When i produce a delivery order with odoo v7, weight on report is always empty !

I searched the error ... here's what I found:

- Delivery order use 'addons/stock/report/picking.rml'

- Object is stock.picking

an extract from 'picking.rml'

../..

[[repeatIn(objects,'picking')]]

../..

[[ 'weight' in picking._columns.keys() and picking.weight or '']] ->> always return an empty string because weight don't exist !


Debug mode ... in object stock.picking.out (or in) there are no weigth defined ...

In the old V7 (before middle 2014 year), there was ! and delivery order print weight correctly.

In the current V7, no weight :(

I looked at the python code of stock.py ...

I search on github, i found this:

https://github.com/odoo/odoo/issues/367 

I continue to look, but if you have an idea or a track to follow it would be very useful to me. Thank you.


NB: I suppose it's the same for : weight_net, volume, carrier.

Avatar
Descartar
Autor

nobody's there for V 7 ... is no longer used ... nobody uses the weight value in delivery order ?

Autor Mejor respuesta

Simply install 'delivery' module !!!

After this module install 'stock.picking.out' have weight, weight_net, volume, carrier.

It's work

Thanks to Ramzi

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
mar 15
3472
0
mar 15
3444
0
nov 24
1138
2
mar 24
3569
0
mar 15
3180