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

[16.0][MIG] sale_restricted_qty: Migration to 16.0 #2757

Open
wants to merge 35 commits into
base: 16.0
Choose a base branch
from

Conversation

sbiosca-s73
Copy link

Migration module sale_restricted_qty to version 16.0

mourad-ehm and others added 30 commits October 31, 2023 10:37
Currently translated at 7.4% (4 of 54 strings)

Translation: sale-workflow-12.0/sale-workflow-12.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_restricted_qty/it/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-12.0/sale-workflow-12.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_restricted_qty/it/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/it/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/it/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/it/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/it/
Claude R Perrin and others added 4 commits October 31, 2023 10:37
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/fr/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/fr/
Currently translated at 100.0% (54 of 54 strings)

Translation: sale-workflow-14.0/sale-workflow-14.0-sale_restricted_qty
Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_restricted_qty/it/
@sbiosca-s73 sbiosca-s73 changed the title 16.0 mig sale restricted qty [16.0][MIG] sale_restricted_qty: Migration to 16.0 Oct 31, 2023
@sbiosca-s73 sbiosca-s73 force-pushed the 16.0-mig_sale_restricted_qty branch from a2c3b17 to c2af32c Compare October 31, 2023 14:57
@rousseldenis
Copy link
Contributor

/ocabot migration sale_restricted_qty

_('Product "%s": Min Quantity %s.')
% (line.product_id.name, line.sale_min_qty)
_("Product %(name)s: Min Quantity %(qty)s.")
% {"name": line.product_id.name, "qty": line.sale_min_qty}
Copy link
Contributor

Choose a reason for hiding this comment

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

You can use parameters of translation function to do that:
_("Product %(name)s: Min Quantity %(qty)s.", name=line.product_id.name, qty=line.sale_min_qty)

Copy link
Contributor

Choose a reason for hiding this comment

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

Same for others

@sbiosca-s73 sbiosca-s73 force-pushed the 16.0-mig_sale_restricted_qty branch from c2af32c to 9227d77 Compare November 7, 2023 12:52
@sbiosca-s73
Copy link
Author

@rousseldenis changes done

@sbiosca-s73 sbiosca-s73 force-pushed the 16.0-mig_sale_restricted_qty branch 2 times, most recently from d2debe1 to a12e7a0 Compare November 7, 2023 13:02
@rafaelbn
Copy link
Member

Please @sbiosca-s73 you should review previously PRs before opening a new one 😄

Please review #2708

@sergiocorato
Copy link
Contributor

Please close this as the module is already migrated see #2708

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.