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] stock: multi transfers validation improvement #164936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sako-odoo
Copy link

Before this PR :

  • During multi-transfer validation, the back-order creation popup displayed all transfers.
  • If the quality app was installed, there was no filter to exclude transfers requiring quality checks.
  • Multi-transfer validation only displayed quality checks for one transfer and did not validate any transfers.

After this PR:

  • Restructured the back-order popup to display only selected transfers in a dropdown menu.
  • Implemented a filter to exclude transfers requiring quality checks, visible only when the quality module is installed.
  • Enhanced the display and validation of all quality checks popups.

Task-id : 3790406

@robodoo
Copy link
Contributor

robodoo commented May 8, 2024

Pull request status dashboard.

@kir-odoo kir-odoo marked this pull request as ready for review May 8, 2024 13:40
@C3POdoo C3POdoo requested a review from a team May 8, 2024 13:43
@C3POdoo C3POdoo added the RD research & development, internal work label May 8, 2024
@sako-odoo sako-odoo force-pushed the master-stock-multi-transfers-validation-sako branch 2 times, most recently from beb20ed to 22b1f51 Compare June 5, 2024 06:15
Before this commit :
------------------------------------------------
- During multi-transfer validation,
  the back-order creation popup displayed all transfers.
- If the quality app was installed, there was no filter
  to exclude transfers requiring quality checks.
- Multi-transfer validation only displayed quality checks for one transfer
  and did not validate any transfers.

After this commit:
------------------------------------------------
- Restructured the back-order popup to display only selected transfers
  in a dropdown menu.
- Implemented a filter to exclude transfers requiring quality checks,
  visible only when the quality module is installed.
- Enhanced the display and validation of all quality checks popups.

Task-id : 3790406
@sako-odoo sako-odoo force-pushed the master-stock-multi-transfers-validation-sako branch from 22b1f51 to 52d3208 Compare June 5, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants