-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
[15.0][MIG] stock_inventory_verification_request #2131
[15.0][MIG] stock_inventory_verification_request #2131
Conversation
75997a5
to
8ccfbe6
Compare
* Add tests. * Several minor fixes. * Update README.
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_inventory_verification_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_verification_request/
Currently translated at 100.0% (60 of 60 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_inventory_verification_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_verification_request/zh_CN/
Currently translated at 100.0% (60 of 60 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_inventory_verification_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_verification_request/pt_BR/
To appear in OCA shop in the good category.
Currently translated at 58.3% (35 of 60 strings) Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_inventory_verification_request Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_verification_request/sl/
…uired and add slot_verification_ids to stock.location model [ADD] button to create inventory adjustment from slot verification request [FIX] slot verification request menu position
* link to created inv. adjustments * add _descrition
* track changes in some fields. * make product and location only editable in 'wait' state.
7e2577b
to
f19cc5d
Compare
f19cc5d
to
6914ac4
Compare
44cbd5f
to
76043b1
Compare
/ocabot migration stock_inventory_verification_request |
"lot_id": quant.lot_id.id if quant.lot_id else False, | ||
} | ||
) | ||
self.requested_verification = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quant.requested_verification = True
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And add : return {"type": "ir.actions.act_window_close"}
which is more correct syntaxically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for yours comments, we have applied the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JoanSForgeFlow No migration script for the requested_verification
field ?
"lot_id": quant.lot_id.id if quant.lot_id else False, | ||
} | ||
) | ||
self.requested_verification = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And add : return {"type": "ir.actions.act_window_close"}
which is more correct syntaxically.
Hello @rousseldenis I think it doesn't make much sense to create a migration script for this, right? After all, it's just a field used to mark that a review is in progress. But from 12.0 to 15.0, the adjustments flow have changed a lot technically. Previously, this field was in I think it's an effort that isn't worth it, right? Better before migrating closing the SVRs and start in 15.0 with all quants in requested=False. Thank you |
76043b1
to
e126038
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
stock_inventory_verification_request/security/stock_security.xml
Outdated
Show resolved
Hide resolved
stock_inventory_verification_request/views/stock_slot_verification_request_view.xml
Outdated
Show resolved
Hide resolved
e126038
to
0eba1ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 1f0c538. Thanks a lot for contributing to OCA. ❤️ |
Migration of the
stock_inventory_verification_request
to 15.0stock_inventory_discrepancy
.)