-
-
Notifications
You must be signed in to change notification settings - Fork 263
[17.0][MIG] stock_picking_report_custom_description: Migration to 17.0 #363
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_report_custom_description: Migration to 17.0 #363
Conversation
* README by fragments * Remove models * Fix report templates [UPD] Update stock_picking_report_custom_description.pot [UPD] README.rst
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_picking_report_custom_description Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_custom_description/
Currently translated at 100.0% (2 of 2 strings) Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_picking_report_custom_description Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_custom_description/es/
Currently translated at 100.0% (2 of 2 strings) Translation: stock-logistics-reporting-16.0/stock-logistics-reporting-16.0-stock_picking_report_custom_description Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_custom_description/it/
By default the sale description is set as f"{product_name}\n{description". If we pass that string as the description_picking, when we print the report, the name will be duplicated. To avoid that effect, we want to trim the product name from the description passed to the picking by default. TT52044
It isn't very common to write the name in batch. Anyway it would lead to errors in it's current shape. TT52171
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.
There's already: #311
i've seen it before, but its been a long time without a response, and the pr is outdated, i thought it was appropriate to open a new pr, or am i missing something? |
Ok, then. You can comment it in the top comment |
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.
👍
/ocabot migration stock_picking_report_custom_description |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 0b854eb. Thanks a lot for contributing to OCA. ❤️ |
Migration to 17.0
This pr is intended to replace #311 which has been inactive.
@Tecnativa TT52374
@pilarvargas-tecnativa @chienandalu Could you please review? Thx!