addons-cm/docs
snt e29d7e41d4 [DOC] Update QWEB_BEST_PRACTICES.md with refined solution patterns
Updated to reflect the final, working solution pattern:

Key improvements:
- Pattern 1 now emphasizes Extract → Fallback approach (RECOMMENDED)
- Clarified why nested conditionals fail (QWeb parser limitations)
- Documented that Python's 'or' operator is more reliable than 'if-else'
- Updated Common Pitfalls section with tested solutions
- Added step-by-step explanations for why each pattern works

The refined approach:
1. Extract value (might be None)
2. Apply fallbacks using 'or' operator
3. Use simple variable reference in attributes

This pattern is battle-tested and production-ready.
2026-02-16 23:22:53 +01:00
..
CORRECCION_PRECIOS_IVA.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
FIX_TEMPLATE_ERROR_SUMMARY.md [DOC] Update FIX_TEMPLATE_ERROR_SUMMARY.md with final solution details 2026-02-16 23:22:13 +01:00
INSTALACION_COMPLETA.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
LAZY_LOADING.md [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature 2026-02-16 18:39:39 +01:00
LAZY_LOADING_DOCS_INDEX.md [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature 2026-02-16 18:39:39 +01:00
LAZY_LOADING_QUICK_START.md [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature 2026-02-16 18:39:39 +01:00
LINTERS_README.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
QWEB_BEST_PRACTICES.md [DOC] Update QWEB_BEST_PRACTICES.md with refined solution patterns 2026-02-16 23:22:53 +01:00
README.md [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature 2026-02-16 18:39:39 +01:00
RESUMEN_INSTALACION.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
TEMPLATE_FIX_INDEX.md [DOC] Add TEMPLATE_FIX_INDEX.md - Navigation guide for template fix documentation 2026-02-16 23:11:27 +01:00
TEST_MANUAL.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
TRANSLATIONS.md [DOC] all: Reorganize and consolidate project documentation 2026-02-12 16:25:49 +01:00
UPGRADE_INSTRUCTIONS_v18.0.1.3.0.md [DOC] website_sale_aplicoop: Add lazy loading documentation and implement v18.0.1.3.0 feature 2026-02-16 18:39:39 +01:00

Documentación Técnica

Esta carpeta contiene documentación técnica y de referencia del proyecto.

Contenido

🚀 Performance & Features (Nuevas)

Configuración y Desarrollo

Resolución de Problemas

Documentación Principal

Para información general del proyecto y cómo empezar, ver:

Documentación por Addon

Cada addon tiene su propio README:

Addons Custom

Addons OCA Modificados