addons-cm/docs
snt 6fed8639ed [DOC] Add QWeb template best practices and error fix documentation
- FIX_TEMPLATE_ERROR_SUMMARY.md: Complete analysis of the website_sale_aplicoop template error and its resolution
  * Root cause: QWeb parsing issues with 'or' operators in t-attf-* attributes
  * Solution: Pre-compute safe variables using t-set before form element
  * Verification: Template loads successfully, variables render correctly
  * Git commits: df57233 (first attempt), 0a0cf5a (final fix)

- QWEB_BEST_PRACTICES.md: Comprehensive guide for QWeb template development
  * Attribute expression best practices
  * None/null safety patterns (3 patterns with examples)
  * Variable computation patterns (3 patterns with examples)
  * Common pitfalls and solutions
  * Real-world examples (e-commerce, nested data, conditional styling)
  * Summary table and validation tools

These documents provide immediate reference for QWeb issues and establish
standards for template development in Odoo 18 projects.
2026-02-16 23:10:39 +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] Add QWeb template best practices and error fix documentation 2026-02-16 23:10:39 +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] Add QWeb template best practices and error fix documentation 2026-02-16 23:10:39 +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
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