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_request_submit: Migration to 17.0 #24

Merged
merged 24 commits into from
Jul 9, 2024

Conversation

peluko00
Copy link
Contributor

@peluko00 peluko00 commented May 15, 2024

Module migrated to version 17.0

cc https://github.com/APSL 155222

@miquelalzanillas @lbarry-apsl @javierobcn @mpascuall please review

@peluko00 peluko00 mentioned this pull request May 15, 2024
8 tasks
@peluko00 peluko00 force-pushed the 17.0-mig-stock_request_submit branch from de287c6 to 03cd63c Compare May 15, 2024 14:52
@rousseldenis
Copy link
Contributor

/ocabot migration stock_request_submit

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone May 16, 2024
Copy link

@mpascuall mpascuall left a comment

Choose a reason for hiding this comment

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

Working good, checked in runboat

Copy link
Member

@lbarry-apsl lbarry-apsl left a comment

Choose a reason for hiding this comment

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

LGTM, revised functionality

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@peluko00
Copy link
Contributor Author

Ready for merge @rousseldenis ?

@peluko00 peluko00 force-pushed the 17.0-mig-stock_request_submit branch from 03cd63c to 9e17af2 Compare June 13, 2024 12:54
HviorForgeFlow and others added 17 commits June 13, 2024 15:12
[UPD] Update stock_request_submit.pot

[UPD] README.rst
…rrors

stock_request_submit 12.0.1.0.1

Added translation using Weblate (Chinese (Simplified))

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (6 of 6 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/zh_CN/

Added translation using Weblate (Spanish)

Translated using Weblate (Spanish)

Currently translated at 100.0% (6 of 6 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/es/
[UPD] Update stock_request_submit.pot

stock_request_submit 12.0.1.0.2

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/

Translated using Weblate (Spanish)

Currently translated at 100.0% (4 of 4 strings)

Translation: stock-logistics-warehouse-12.0/stock-logistics-warehouse-12.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_submit/es/
[UPD] Update stock_request_submit.pot
[MIG] Prettier

[MIG] Rename uninstall_hook.py to hooks.py

[MIG] Added Uninstall Hook Test

[IMP] Black

[UPD] Update stock_request_submit.pot

[UPD] README.rst
…st.order in the "Confirm" or "Submit" buttons if there are no items.

TT39761

[UPD] Update stock_request_submit.pot

stock_request_submit 14.0.1.0.1

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_request_submit/
Currently translated at 100.0% (8 of 8 strings)

Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_request_submit/es/
…guage

TT41343

[UPD] Update stock_request_submit.pot

stock_request_submit 14.0.1.2.0
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_request_submit/
[UPD] Update stock_request_submit.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request_submit/
Translated using Weblate (Italian)

Currently translated at 100.0% (7 of 7 strings)

Translation: stock-logistics-warehouse-15.0/stock-logistics-warehouse-15.0-stock_request_submit
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_request_submit/it/
@peluko00 peluko00 force-pushed the 17.0-mig-stock_request_submit branch from 9e17af2 to 7cce38f Compare June 13, 2024 13:23
@peluko00 peluko00 force-pushed the 17.0-mig-stock_request_submit branch from 7cce38f to 338441c Compare June 13, 2024 14:34
@peluko00
Copy link
Contributor Author

I did a refactor on tests, now it's ready

@max3903 max3903 requested a review from rousseldenis July 8, 2024 15:45
@peluko00
Copy link
Contributor Author

peluko00 commented Jul 9, 2024

It's ready @max3903

@max3903
Copy link
Member

max3903 commented Jul 9, 2024

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 17.0-ocabot-merge-pr-24-by-max3903-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit ab15e4a into OCA:17.0 Jul 9, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 02455b9. Thanks a lot for contributing to OCA. ❤️

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.