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

[17.0][MIG] stock_picking_start: Migration to 17.0 #1726

Open
wants to merge 20 commits into
base: 17.0
Choose a base branch
from

Conversation

SodexisTeam
Copy link
Member

No description provided.

lmignon and others added 19 commits September 17, 2024 12:52
The action_start, set the printed field to True and optionally fill the responsible field with the current user depending of the stock settings
Before this change it was no more possible to create a picking from the UI since the 'start' field is provided into the dict of values and a check was done to determine is this value could be set to False. The problem was that the check didn't take into account the original value to detect if the provided value will update the record...
Currently translated at 100.0% (15 of 15 strings)

Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_start
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_start/es/
…ean value

e.g.: If user_id is set to False and was not set before, the condition
to check if record is modified would return True as res.users() != False
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_start
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_start/
Currently translated at 100.0% (15 of 15 strings)

Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_start
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_start/it/
@rousseldenis
Copy link
Contributor

/ocabot migration stock_picking_start

Copy link
Contributor

@rousseldenis rousseldenis left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -5,7 +5,7 @@
"name": "Stock Picking Start",
"summary": """
Add button to start picking""",
"version": "16.0.1.1.1",
"version": "17.0.1.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

17.0.1.0.0?

@SodexisTeam
Copy link
Member Author

@sebalix Have made the mentioned changes, Please review it.
thanks.

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.

9 participants