-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[MIG] sale_stock_picking_blocking: Migration to 18.0 #3553
base: 18.0
Are you sure you want to change the base?
[MIG] sale_stock_picking_blocking: Migration to 18.0 #3553
Conversation
[UPD] README.rst
[UPD] Update sale_stock_picking_blocking.pot Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Update translation files [ADD] icon.png
…d shoud return something
[UPD] README.rst Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (24 of 24 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_stock_picking_blocking/zh_CN/
[UPD] Update sale_stock_picking_blocking.pot [UPD] README.rst Translated using Weblate (German) Currently translated at 100.0% (24 of 24 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_stock_picking_blocking/de/
[UPD] Update sale_stock_picking_blocking.pot [UPD] README.rst
Translated using Weblate (French) Currently translated at 100.0% (24 of 24 strings) Translation: sale-workflow-15.0/sale-workflow-15.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_stock_picking_blocking/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/
Currently translated at 52.1% (12 of 23 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/it/
Currently translated at 52.1% (12 of 23 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/it/
Currently translated at 52.1% (12 of 23 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/sl/
Currently translated at 52.1% (12 of 23 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/it/
Currently translated at 100.0% (23 of 23 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/es/
Currently translated at 100.0% (23 of 23 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_stock_picking_blocking/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-17.0/sale-workflow-17.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_stock_picking_blocking/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-17.0/sale-workflow-17.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_stock_picking_blocking/
Currently translated at 100.0% (22 of 22 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_stock_picking_blocking/sv/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-17.0/sale-workflow-17.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_stock_picking_blocking/
Currently translated at 100.0% (24 of 24 strings) Translation: sale-workflow-17.0/sale-workflow-17.0-sale_stock_picking_blocking Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_stock_picking_blocking/it/
f0cf6ac
to
ffd5e96
Compare
ffd5e96
to
7bf6de5
Compare
@@ -4,14 +4,14 @@ | |||
<!--License | |||
AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).--> | |||
<odoo> | |||
<record id="sale_stock_picking_blocking_reason_tree_view" model="ir.ui.view"> | |||
<field name="name">sale.delivery.block.reason.tree</field> | |||
<record id="sale_stock_picking_blocking_reason_list_view" model="ir.ui.view"> |
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.
Updating the XML-ID is not a good idea IMO, this will force a lot of XML-IDs mapping during migration if we do that in all modules.
Is there any guidance / best practice regarding this? cc @OCA/crm-sales-marketing-maintainers
/ocabot migration sale_stock_picking_blocking |
@sebalix how can I run the checks? |
No description provided.