- Create .github/copilot-instructions.md with global development guidelines - Add comprehensive README.md at project root with quick start guide - Create docs/ directory for technical documentation - Move installation and linter docs to docs/ - Add docs/TRANSLATIONS.md with complete translation system guide - Create README.md for OCA modified addons (product_origin, product_get_price_helper, product_main_seller) - Document translation best practices (no _() in field definitions) - Add references between all documentation files - Clean up project root by moving technical docs to docs/ All documentation now properly references addon-specific READMEs for detailed architecture and implementation.
1.8 KiB
1.8 KiB
Documentación Técnica
Esta carpeta contiene documentación técnica y de referencia del proyecto.
Contenido
Configuración y Desarrollo
- LINTERS_README.md - Guía de herramientas de calidad de código (black, isort, flake8, pylint)
- TRANSLATIONS.md - Guía completa del sistema de traducciones (IMPORTANTE)
- INSTALACION_COMPLETA.md - Documentación detallada del proceso de instalación
- RESUMEN_INSTALACION.md - Resumen ejecutivo de la instalación
Resolución de Problemas
- CORRECCION_PRECIOS_IVA.md - Correcciones relacionadas con precios e IVA
- TEST_MANUAL.md - Guía de tests manuales
Documentación Principal
Para información general del proyecto y cómo empezar, ver:
- README.md - Documentación principal del repositorio
- .github/copilot-instructions.md - Instrucciones para GitHub Copilot
Documentación por Addon
Cada addon tiene su propio README:
Addons Custom
- account_invoice_triple_discount_readonly
- product_price_category_supplier
- product_sale_price_from_pricelist
- website_sale_aplicoop