Conversation
Currently translated at 100.0% (10 of 10 strings) Translation: website-16.0/website-16.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_whatsapp/it/
Currently translated at 100.0% (10 of 10 strings) Translation: website-16.0/website-16.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_whatsapp/es/
Lighthouse: Links must have discernible text
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: website-16.0/website-16.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_whatsapp/
Currently translated at 100.0% (11 of 11 strings) Translation: website-16.0/website-16.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_whatsapp/it/
…lity against smartphone/tablet usage
Currently translated at 100.0% (11 of 11 strings) Translation: website-18.0/website-18.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-18-0/website-18-0-website_whatsapp/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: website-18.0/website-18.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-18-0/website-18-0-website_whatsapp/
Currently translated at 100.0% (11 of 11 strings) Translation: website-18.0/website-18.0-website_whatsapp Translate-URL: https://translation.odoo-community.org/projects/website-18-0/website-18-0-website_whatsapp/it/
When a user starts the chat a message is proposed. This message should be translatable, so that it will appear in the language used by the user in the website. (cherry picked from commit 0f8a635)
We also edit the position so that both chats can coexist. (cherry picked from commit fb2983d)
Assisted-by: Claude Fable 5
manuelcalerosolis
added a commit
to xtendoo-corporation/xtendoo
that referenced
this pull request
Aug 26, 2026
OCA no mantiene estos 8 módulos que DJI usa en 19.0 (no existe rama 19.0 en sus repos), pero cada uno tiene un Pull Request abierto (sin fusionar) que sí los migra. Decisión del usuario: usar esos PRs en vez de forkear desde cero. Renombrados con prefijo xtendoo_ para evitar colisión de nombre técnico si OCA fusiona el PR original más adelante. - xtendoo_web_company_color <- OCA/web#3326 (HeliconiaIO/web) - xtendoo_hr_expense_cancel <- OCA/hr-expense#356 (ledoent/hr-expense) - xtendoo_hr_expense_payment <- OCA/hr-expense#355 (ledoent/hr-expense) - xtendoo_website_whatsapp <- OCA/website#1207 (Jarsa-dev/website) - xtendoo_stock_picking_mass_action <- OCA/stock-logistics-workflow#2161 (adhoc-dev/stock-logistics-workflow) - xtendoo_sale_report_margin <- OCA/margin-analysis#281 (ursais/margin-analysis) - xtendoo_product_pricelist_direct_print <- OCA/product-attribute#2220 (Studio73/product-attribute) - xtendoo_account_move_line_stock_info <- OCA/stock-logistics-warehouse#2549 (collinskipkorir/stock-logistics-warehouse) - version bump 18.0->19.0 aplicado a mano, el PR original no lo traía Además de renombrar directorio/manifest, corregidas referencias técnicas reales que dependían del nombre del módulo (no solo cosméticas): report_name/t-call/env.ref en product_pricelist_direct_print, ir.model. access.csv + view id en stock_picking_mass_action, ruta de assets estáticos en website_whatsapp (URL /website_whatsapp/static/... hubiera dado 404), e imports de tests/__init__.py tras renombrar los ficheros de test. 3 módulos descontinuados (website_sale_product_description, stock_picking_warn_message, account_payment_order_return) NO se implantan en 19.0, decisión explícita del usuario.
javier-domatix
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration of website_whatsapp to 19.0, migrated from the merged 18.0 version with full commit history and original authorship (Studio73) preserved.
Includes two ForgeFlow commits that were only in 17.0 and never forward-ported (translatable message via _get_track_url_message, livechat-aligned button style), cherry-picked with -x references.
Changes for 19.0:
Supersedes #1154, which squashed history and replaced original authorship — this PR keeps both. Tests green (2 tests), pre-commit green.