Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4472 Widoki

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.

Awatar
Odrzuć
Autor

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

Autor Najlepsza odpowiedź

Simply install 'delivery' module !!!

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

It's work

Thanks to Ramzi

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
3469
0
mar 15
3430
0
lis 24
1135
2
mar 24
3555
0
mar 15
3179