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

[IMP] warehouse_interim_receipt module: Warehouse Receipt Input wizard filter by location #496

Closed
3 tasks done
zaoral opened this issue Oct 27, 2015 · 1 comment
Closed
3 tasks done

Comments

@zaoral
Copy link

zaoral commented Oct 27, 2015

module: warehouse_interim_receipt
version: 8.0.1.0.0

Current Behavior

  • Go to Reporting / Warehouse / Warehouse Receipt Input and run wizard.
  • Show me all the move lines

Expected Behavior

  • Expect to filter only the moves lines form Supplier location to Input location.

TODO

I need that the warehouse receipt input wizard manage a source/destination location to filter the result move lines. This to ensure that the retrieved moves are really the ones for input operations.

In theory we want to filter (by default) from Supplier Location (Source) to Input Location (Destination).
For be a generic module the default source/destination location of this wizard could be defined in a the stock settings wizard.

  • add location_id field to the whr input wizard
  • add location_dest_id field to the whr input wizard
  • update whr input wizard to take into account location_id and location_dest_id when they are defined.
@zaoral
Copy link
Author

zaoral commented Oct 27, 2015

new approach will be apply by using picking type instead locations fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant