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] quality_control_stock_oca: Migration to 17.0 #1272

Merged
merged 35 commits into from
Jun 6, 2024

Conversation

peluko00
Copy link

@peluko00 peluko00 commented May 14, 2024

Module migrated to version 17.0

cc https://github.com/APSL 155133

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

pedrobaeza and others added 30 commits May 14, 2024 13:22
…README files, and new concepts. WIP of quality_control_tolerance

Merge branch '8.0' of github.com:odoomrp/odoomrp-wip into 8.0

[FIX] quality_control_stock:
* File missing
* Triggers for product category
* Omit lot when it's not present
* Change icon set
Making it a regular field, you can put any manual quantity in inspections
quality_control_mrp: tests extended

[IMP] quality_control_mrp: removed not required code
create quality control inspection without necessarily being
quality control user. It is common that the person doing the
picking is not going to be the same as the one doing the inspection.

So when a stock user create the transfer, the system will create
the necessary qc inspections, regardless if the user has permissions
to process them.
Currently translated at 100.0% (27 of 27 strings)

Translation: manufacture-11.0/manufacture-11.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-11-0/manufacture-11-0-quality_control_stock/de/
Currently translated at 100.0% (27 of 27 strings)

Translation: manufacture-11.0/manufacture-11.0-quality_control_stock
Translate-URL: https://translation.odoo-community.org/projects/manufacture-11-0/manufacture-11-0-quality_control_stock/es/
[UPD] Update quality_control_stock_oca.pot

[UPD] README.rst
A compute must be multi-record aware
…t and calculated fields, so no permissions have to be assigned to the sotck user

[UPD] Update quality_control_stock_oca.pot

[UPD] README.rst

[IMP] update dotfiles [ci skip]
quality_control_stock_oca 14.0.1.0.1
Currently translated at 100.0% (24 of 24 strings)

Translation: manufacture-14.0/manufacture-14.0-quality_control_stock_oca
Translate-URL: https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-quality_control_stock_oca/it/
… trigger name

[UPD] Update quality_control_stock_oca.pot

[BOT] post-merge updates
Currently translated at 100.0% (24 of 24 strings)

Translation: manufacture-15.0/manufacture-15.0-quality_control_stock_oca
Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-quality_control_stock_oca/it/

Translated using Weblate (Italian)

Currently translated at 100.0% (24 of 24 strings)

Translation: manufacture-15.0/manufacture-15.0-quality_control_stock_oca
Translate-URL: https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-quality_control_stock_oca/it/
weblate and others added 2 commits May 14, 2024 13:22
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: manufacture-16.0/manufacture-16.0-quality_control_stock_oca
Translate-URL: https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-quality_control_stock_oca/
@peluko00 peluko00 mentioned this pull request May 14, 2024
15 tasks
@peluko00 peluko00 force-pushed the 17.0-mig-quality_control_stock_oca branch 4 times, most recently from df56389 to 996432d Compare May 15, 2024 07:08
@peluko00 peluko00 force-pushed the 17.0-mig-quality_control_stock_oca branch from 996432d to 0539001 Compare May 28, 2024 10:39
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.

@peluko00 ,

This error is appearing in the view:

Uncaught Promise > Can not evaluate python expression: ([('picking_id', '=', id), ('state', 'not in', ['draft', 'waiting'])]) Error: Name 'id' is not defined

@peluko00 peluko00 force-pushed the 17.0-mig-quality_control_stock_oca branch from 0539001 to c0c4a71 Compare June 4, 2024 06:26
@peluko00
Copy link
Author

peluko00 commented Jun 4, 2024

@peluko00 ,

This error is appearing in the view:

Uncaught Promise > Can not evaluate python expression: ([('picking_id', '=', id), ('state', 'not in', ['draft', 'waiting'])]) Error: Name 'id' is not defined

Fix it, thanks!

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.

Works well, reviewed on the Runboat

@peluko00 peluko00 force-pushed the 17.0-mig-quality_control_stock_oca branch 2 times, most recently from 8b1f3fc to 70234ce Compare June 6, 2024 11:04
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

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

/ocabot migration quality_control_stock_oca

quality_control_stock_oca/__manifest__.py Outdated Show resolved Hide resolved
@OCA-git-bot
Copy link
Contributor

@pedrobaeza The migration issue commenter process could not start, because of exception 500 [No message].

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone Jun 6, 2024
@pedrobaeza
Copy link
Member

/ocabot migration quality_control_stock_oca

@peluko00 peluko00 force-pushed the 17.0-mig-quality_control_stock_oca branch from 70234ce to ff1d6bc Compare June 6, 2024 11:19
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

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

Thank you

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

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

@OCA-git-bot OCA-git-bot merged commit d197f86 into OCA:17.0 Jun 6, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 3f76345. 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.