• Joined on 2019-02-21
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-23 13:30:42 +00:00
c1226e720b [ADD] website_sale_aplicoop: Category blacklist with recursive exclusion
d90f2cdc61 [ADD] website_sale_aplicoop: Supplier blacklist feature for group orders
75ebb7b907 [ADD] website_sale_aplicoop: Product blacklist feature for group orders
Compare 3 commits »
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-21 18:56:55 +00:00
4a4639f13a [DOC] Actualizar documentación a estándares OCA y preparar logo CriptoMart
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-21 18:31:44 +00:00
b31df7b9d8 [DOC] product_pricelist_total_margin: Update docs and version to 18.0.1.2.0
449bb75bb6 [IMP] product_pricelist_total_margin: Add global_margin_type for min/max limits
07cc0eb517 [DOC] product_pricelist_total_margin: Update documentation for v1.1.0
Compare 3 commits »
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-21 17:59:36 +00:00
55406ca22d [FIX] product_pricelist_total_margin: Change field string to avoid redundancy
0f239601ce [IMP] product_pricelist_total_margin: Add margin_type selector (Markup vs Commercial Margin)
Compare 2 commits »
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-21 15:38:22 +00:00
cafa19ffea [ADD] website_sale_aplicoop: Add sequence field to group.order for custom ordering
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-21 15:21:02 +00:00
32f345bc44 [ADD] product_pricelist_total_margin: New module for additive margin calculation
f35bf0c5a1 [FIX] website_sale_aplicoop: Calculate UoM quantity step server-side for portal users
ed8c6acd92 [FIX] website_sale_aplicoop: Add portal user support for sale.order creation
cf9ea887c1 [REF] Code quality improvements and structure fixes
380d05785f [FIX] Fix docutils warnings in product_price_category_supplier README
0a2cc4c8c4 [FIX] Code quality refactoring: remove F401, fix translations, improve test coverage
Compare 6 commits »
snt pushed to 18.0 at CriptoMart/addons-cm 2026-02-20 20:44:04 +00:00
b8f55135d9 website_sale_aplicoop: use sudo() when reading ir.config_parameter in controllers
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 »