コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4654 ビュー

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.

アバター
破棄
著作者

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

著作者 最善の回答

Simply install 'delivery' module !!!

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

It's work

Thanks to Ramzi

アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 15
3616
0
3月 15
3664
0
11月 24
1294
2
3月 24
3845
1
3月 15
5229