• Joined on 2019-02-21
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-20 19:45:44 +00:00
a1431d3521 website_sale_aplicoop: añadir settings, incluir data/groups.xml en manifest y limpiar vistas duplicadas
02a4758635 [DOC] Añadir archivos de skills detallados (python, xml, html_css, javascript) y actualizar README.md con instrucciones de tests actualizadas.
625b9582b3 [DOC] Añadir sección AI Agent Skills & Prompt Guidance al inicio de copilot-instructions.md para centralizar mejores prácticas y skills detallados.
Compare 3 commits »
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-20 19:45:15 +00:00
a1431d3521 website_sale_aplicoop: añadir settings, incluir data/groups.xml en manifest y limpiar vistas duplicadas
02a4758635 [DOC] Añadir archivos de skills detallados (python, xml, html_css, javascript) y actualizar README.md con instrucciones de tests actualizadas.
625b9582b3 [DOC] Añadir sección AI Agent Skills & Prompt Guidance al inicio de copilot-instructions.md para centralizar mejores prácticas y skills detallados.
Compare 3 commits »
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-19 09:36:45 +00:00
5d4552581c [IMP] website_sale_aplicoop: Auto-carga de productos al filtrar por tags
19eb1b91b5 [FIX] website_sale_aplicoop: Arreglar búsqueda y filtrado por tags
fee8ec9c45 [DOC] Actualizar documentación y instrucciones con cambios recientes (v18.0.1.3.1)
ed048c85eb [REF] product_main_seller: Remover campo alias default_supplier_id
dbf5bd38b4 [TEST FIX] Resolver errores de tests en addons custom
6fbc7b9456 [FIX] website_sale_aplicoop: Remove redundant string= attributes and fix OCA linting warnings
5c89795e30 [IMP] website_sale_aplicoop: Fix mandatory translation linting errors
8b0a402ccf [FIX] website_sale_aplicoop: Critical date calculation fixes (v18.0.1.3.1)
c70de71cff [ADD] website_sale_aplicoop: re-implement clear search button
267059fa1b [FIX] website_sale_aplicoop: save-cart-btn listener was never attached
Compare 39 commits »
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-18 18:03:21 +00:00
5d4552581c [IMP] website_sale_aplicoop: Auto-carga de productos al filtrar por tags
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-18 17:52:21 +00:00
19eb1b91b5 [FIX] website_sale_aplicoop: Arreglar búsqueda y filtrado por tags
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-18 17:38:10 +00:00
fee8ec9c45 [DOC] Actualizar documentación y instrucciones con cambios recientes (v18.0.1.3.1)
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-18 17:27:13 +00:00
ed048c85eb [REF] product_main_seller: Remover campo alias default_supplier_id
dbf5bd38b4 [TEST FIX] Resolver errores de tests en addons custom
6fbc7b9456 [FIX] website_sale_aplicoop: Remove redundant string= attributes and fix OCA linting warnings
5c89795e30 [IMP] website_sale_aplicoop: Fix mandatory translation linting errors
8b0a402ccf [FIX] website_sale_aplicoop: Critical date calculation fixes (v18.0.1.3.1)
c70de71cff [ADD] website_sale_aplicoop: re-implement clear search button
267059fa1b [FIX] website_sale_aplicoop: save-cart-btn listener was never attached
b07b7dc671 [FIX] website_sale_aplicoop: prevent grid destruction on event listener attachment
Compare 8 commits »
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-17 00:33:27 +00:00
b15e9bc977 [CHORE] Increase flake8 max-complexity threshold
dc44ace78f [CHORE] Add ESLint configuration file
40ce973bd6 [FIX] website_sale_aplicoop: Complete infinite scroll and search filter integration
Compare 3 commits »
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-17 00:17:16 +00:00
5eb039ffe0 [FIX] website_sale_aplicoop: Complete infinite scroll and search filter integration
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-16 22:53:56 +00:00
534876242e [DOC] Add final verification results to FINAL_SOLUTION_SUMMARY
40db038e15 [FIX] website_sale_aplicoop: Simplify order_id expression in form template
4c1b18ec30 [FIX] Pass group_order to eskaera_shop_products in lazy loading
fbcc1dfaa2 [FIX] website_sale_aplicoop: Define price_info variable in template
f2a8596d75 [DOC] Update template error documentation with final solution
5721687488 [FIX] website_sale_aplicoop: Move template logic to controller for QWeb compatibility
e29d7e41d4 [DOC] Update QWEB_BEST_PRACTICES.md with refined solution patterns
e59df5a428 [DOC] Update FIX_TEMPLATE_ERROR_SUMMARY.md with final solution details
8e5a4a39e0 [FIX] website_sale_aplicoop: Simplify price handling using Python or operator in t-set
83b6cca09a [DOC] Add TEMPLATE_FIX_INDEX.md - Navigation guide for template fix documentation
Compare 12 commits »
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-16 17:45:19 +00:00
df572337d6 [FIX] website_sale_aplicoop: Fix NoneType error in eskaera_shop_products template
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-16 17:40:08 +00:00
9000e92324 [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature
snt pushed to feature/refactor-cyclomatic-complexity at CriptoMart/addons-cm 2026-02-16 15:06:57 +00:00
eb6b53db1a [ADD] website_sale_aplicoop: Phase 3 test suite implementation
9807feef90 [IMP] website_sale_aplicoop: Phase 3 - Extract helpers from confirm_eskaera()
8b728b8b7c [IMP] website_sale_aplicoop: Phase 2 - Refactor eskaera_shop() and add_to_eskaera_cart()
23e156a13e [REFACTOR] Phase 1: Add 3 helper methods and tests (pre-commit skipped for C901)
a128c1ee1e [FIX] website_sale_aplicoop: Fix multiple flake8 warnings
1f37f289ba [FIX] website_sale_aplicoop: Add logging to except-pass block
10ae5bcbf6 [FIX] product_sale_price_from_pricelist: Correct _compute_price method signature
d90f043617 [FIX] website_sale_aplicoop: Correct website menu parent reference
a1317b8ade [ADD] website_sale_aplicoop: Add website menu entry for Eskaera
5ba8ddda92 [FIX] website_sale_aplicoop: Correct XPath for block element
Compare 10 commits »
snt created branch feature/refactor-cyclomatic-complexity in CriptoMart/addons-cm 2026-02-16 15:06:57 +00:00
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-14 17:59:47 +00:00
0d5f0be88c [FIX] website_sale_aplicoop: Fix XPath - inherit from website instead of website_sale
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-14 17:55:56 +00:00
115c9c0cc4 [ADD] website_sale_aplicoop: Configurable pricelist for Aplicoop orders
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-14 17:20:24 +00:00
713acd065e [FIX] product_sale_price_from_pricelist: Protect Float computed fields
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-14 17:15:18 +00:00
b5410d24bc [FIX] product_sale_price_from_pricelist: Convert JSONB columns in product_template too
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-14 16:46:03 +00:00
3eae4fa884 [FIX] product_sale_price_from_pricelist: Clean up old ir_property records
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-14 16:35:53 +00:00
4bb7edfbec [FIX] product_sale_price_from_pricelist: Remove company_dependent from fields