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

[14.0][ADD] shopfloor_reception_ refund_return #870

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from

Conversation

TDu
Copy link
Member

@TDu TDu commented Mar 19, 2024

This is to follow up on #669

Move declaration of is_shopfloor_created from shopfloor_reception to shopfloor
@TDu TDu force-pushed the 14-add-shopfloor_reception_refund_return branch from 75eb048 to 327340c Compare March 19, 2024 09:47
@rousseldenis rousseldenis added this to the 14.0 milestone Mar 19, 2024
@@ -22,6 +22,7 @@ class StockPicking(models.Model):
compute="_compute_picking_info",
help="Technical field. Indicates number of move lines without package included.",
)
is_shopfloor_created = fields.Boolean()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This definitely needs to move to shopfloor

However, you should update the scenario supporting allow_create_moves to use this flag when you cancel the operation:

What is created by shopfloor should be canceled, otherwise it remains planned

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

Successfully merging this pull request may close these issues.

None yet

4 participants