Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont detect Location_id when is in the first row in the barcode options for picking internal #644

Open
danylook opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@danylook
Copy link

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
like

1 |   | Source | location_id -- | -- | -- | --

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",
)

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
@danylook danylook added the bug label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant