addons-cm/website_sale_aplicoop/views
GitHub Copilot 96b2e8eedd [FIX] website_sale_aplicoop: drop dead /eskaera/labels fetch, quiet a log
The "Available Orders" page fetched /eskaera/labels with no request body
against a type="json" route, which Odoo can't parse (400 "Invalid JSON
data" on every load). The script also targeted #realtime-category-select,
an element that only exists on the shop page, so it never did anything
useful there anyway: the shop page already re-translates that option via
_initializeTooltips() in website_sale.js. Delete the dead script instead
of fixing a call that was never reachable.

infinite_scroll.js also logged console.error for the expected case of
running on a page with no product grid (this script loads site-wide);
downgrade to console.log since it's not an error.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-27 18:21:52 +02:00
..
group_order_views.xml [ADD] website_sale_aplicoop: online payment per group order 2026-08-16 21:59:35 +02:00
load_from_history_templates.xml [IMP] website_sale_aplicoop: accessibility and responsive polish — phase 8 2026-08-16 11:34:38 +02:00
portal_templates.xml [IMP] website_sale_aplicoop: accessibility and responsive polish — phase 8 2026-08-16 11:34:38 +02:00
product_category_views.xml [IMP] website_sale_aplicoop: add sequence field to product.category for web ordering 2026-05-20 16:05:14 +02:00
product_template_views.xml Aplicoop desde el repo de kidekoop 2026-02-11 15:32:11 +01:00
res_config_settings_views.xml [IMP] website_sale_aplicoop: surface the tax display setting on the Eskaera page 2026-08-17 19:13:57 +02:00
res_partner_views.xml [IMP] website_sale_aplicoop: propagate consumer_group_id directly from group_order 2026-03-06 13:49:13 +01:00
sale_order_views.xml mover campos de compra colectiva a su página propia dentro del notebook 2026-08-16 12:00:29 +02:00
stock_picking_batch_views.xml [REF] stock_picking_batch_collect: rename and drop the aplicoop dependency 2026-08-27 14:26:47 +02:00
stock_picking_views.xml [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature 2026-02-16 18:39:39 +01:00
website_templates.xml [FIX] website_sale_aplicoop: drop dead /eskaera/labels fetch, quiet a log 2026-08-27 18:21:52 +02:00