addons-cm/website_sale_aplicoop/models
GitHub Copilot b3999e2283 [REM] website_sale_aplicoop: remove dead code and orphaned tests
Duplicate _translate_labels fallback, unreachable /eskaera/add-to-cart and
/eskaera/save-cart routes (the frontend cart is localStorage-only and uses
save-order), redundant pickup wrappers, unused pagination/count helpers and
fields, deprecated JS shims, and the already-empty checkout_summary.js and
i18n key/init leftovers.

Also drops 11 tests/*.py never wired into tests/__init__.py: three were
unimplemented placeholders (setUp with no assertions), and the other eight
had real assertions but were bit-rotted against the current schema (e.g.
res.partner.is_supplier no longer exists) — wiring them in surfaced 43
failures unrelated to this cleanup. Verified 0 failed/0 errors of 270 tests
both before and after.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-16 22:31:13 +02:00
..
__init__.py [ADD] website_sale_aplicoop: online payment per group order 2026-08-16 21:59:35 +02:00
group_order.py [REM] website_sale_aplicoop: remove dead code and orphaned tests 2026-08-16 22:31:13 +02:00
group_order_slot.py [REM] website_sale_aplicoop: remove dead code and orphaned tests 2026-08-16 22:31:13 +02:00
js_translations.py [ADD] website_sale_aplicoop: online payment per group order 2026-08-16 21:59:35 +02:00
payment_transaction.py [ADD] website_sale_aplicoop: online payment per group order 2026-08-16 21:59:35 +02:00
product_category_extension.py [IMP] website_sale_aplicoop: add sequence field to product.category for web ordering 2026-05-20 16:05:14 +02:00
product_extension.py [IMP] website_sale_aplicoop: filter and cap stock using forecasted net qty 2026-06-12 18:18:40 +02:00
res_config_settings.py [REM] website_sale_aplicoop: remove dead code and orphaned tests 2026-08-16 22:31:13 +02:00
res_partner_extension.py [IMP] website_sale_aplicoop: propagate consumer_group_id directly from group_order 2026-03-06 13:49:13 +01:00
sale_order_extension.py [ADD] website_sale_aplicoop: online payment per group order 2026-08-16 21:59:35 +02:00
stock_picking_extension.py lint: fix linter warnings (log exceptions, disable attribute-string-redundant, suppress C901 where necessary) 2026-05-20 16:05:14 +02:00