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

[ADD] stock_mass_return: add mass return functionality for done transfer #640

Draft
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

devp-odoo
Copy link

In this commit:

  • Inherited stock.return.picking wizard (stock_picking_return.py) to add new fields and functions for handling multiple pickings simultaneously.
  • Added validation to ensure all selected pickings are in the Done state, have the same operation type, and are linked to either a sale or purchase order.
  • Inherited stock.return.picking.line wizard (stock_picking_return_line.py) to add new fields and set dynamic domains for fields like product_id, sale_order_id, purchase_order_id, and picking_id.
  • Updated the view (stock_picking_return_views.xml)

@robodoo
Copy link

robodoo commented Mar 19, 2025

Pull request status dashboard

@devp-odoo devp-odoo force-pushed the 18.0-mass-return-for-done-transfers-devp branch 11 times, most recently from 34bd227 to a01cd62 Compare March 20, 2025 07:15
In this commit:
- Inherited `stock.return.picking` wizard (`stock_picking_return.py`) to add new
  fields and functions for handling multiple pickings simultaneously.
- Added validation to ensure all selected pickings are in the `Done` state, have
  the same operation type, and are linked to either a sale or purchase order.
- Inherited `stock.return.picking.line` wizard (`stock_picking_return_line.py`)
  to add new fields and set dynamic domains for fields like `product_id`,
  `sale_order_id`, `purchase_order_id`, and `picking_id`.
- Updated the view (`stock_picking_return_views.xml`)
@devp-odoo devp-odoo force-pushed the 18.0-mass-return-for-done-transfers-devp branch from a01cd62 to b78493d Compare March 21, 2025 10:05
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

Successfully merging this pull request may close these issues.

2 participants