You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 158 @api.onchange(
"product_id",
"lot_id",
"package_id",
"result_package_id",
"packaging_qty",
"product_qty",
)
dont have location_id
with
line 158 @api.onchange(
"product_id",
"lot_id",
"package_id",
"result_package_id",
"packaging_qty",
"product_qty",
"location_id"
)
works fine
sorry to describe like this. im new with github
The text was updated successfully, but these errors were encountered:
dont detect Location_id when is in the first row in the barcode options for picking internal
Module
stock-logistics-barcode version 15.1.3.1
Describe the bug
if you select in barcode option for picking internal in the first row to select location_id
1 | | Source | location_id -- | -- | -- | --like
when you scan a valid barcode for a warehouse location barcode, the response "doesnt exist"
A clear and concise description of what the bug is.
in the stock_barcodes/wizard
/stock_barcodes_read.py
line 158 @api.onchange(
"product_id",
"lot_id",
"package_id",
"result_package_id",
"packaging_qty",
"product_qty",
)
The text was updated successfully, but these errors were encountered: