File tree 3 files changed +3
-3
lines changed
stock_product_qty_by_packaging
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : "Stock packaging calculator" ,
5
5
"summary" : "Compute product quantity to pick by packaging" ,
6
- "version" : "16 .0.1.1 .0" ,
6
+ "version" : "18 .0.1.0 .0" ,
7
7
"development_status" : "Alpha" ,
8
8
"category" : "Warehouse Management" ,
9
9
"website" : "https://github.com/OCA/stock-logistics-warehouse" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ class StockMoveLine(models.Model):
10
10
_name = "stock.move.line"
11
11
_inherit = ["stock.move.line" , "product.qty_by_packaging.mixin" ]
12
12
13
- _qty_by_pkg__qty_field_name = "reserved_qty "
13
+ _qty_by_pkg__qty_field_name = "quantity "
Original file line number Diff line number Diff line change 6
6
<field name =" inherit_id" ref =" stock.view_picking_form" />
7
7
<field name =" arch" type =" xml" >
8
8
<xpath
9
- expr =" //field[@name='move_ids_without_package']/tree /field[@name='product_uom']"
9
+ expr =" //field[@name='move_ids_without_package']/list /field[@name='product_uom']"
10
10
position =" after"
11
11
>
12
12
<field name =" product_qty_by_packaging_display" />
You can’t perform that action at this time.
0 commit comments