addons-cm/website_sale_aplicoop/readme/DESCRIPTION.rst
snt 4a4639f13a [DOC] Actualizar documentación a estándares OCA y preparar logo CriptoMart
- Renombrar README.md a README_DEV.md en todos los addons custom
- Crear README.rst siguiendo estructura OCA oficial
- Crear directorios readme/ con fragmentos .rst (DESCRIPTION, INSTALL, CONFIGURE, USAGE, CONTRIBUTORS, CREDITS)
- Actualizar créditos: Criptomart (autor) + Elika Bilbo (financiador)
- Actualizar __manifest__.py con maintainers correctos
- Crear estructura static/description/ para logo en 5 addons
- Agregar documentación de logo (LOGO_INSTRUCTIONS.md, install_logo.sh)
- Actualizar copilot-instructions.md con referencias a OCA_DOCUMENTATION.md
- Crear docs/OCA_DOCUMENTATION.md con guía completa de estructura
- Crear docs/RESUMEN_CAMBIOS_DOCUMENTACION.md con resumen detallado

Addons actualizados:
- website_sale_aplicoop
- product_sale_price_from_pricelist
- product_pricelist_total_margin
- product_price_category_supplier
- account_invoice_triple_discount_readonly
2026-02-21 19:55:57 +01:00

14 lines
1.1 KiB
ReStructuredText

This module replaces the legacy Aplicoop application with a modern, scalable solution for managing collaborative consumption group orders (*eskaera* in Basque) within Odoo's standard website sales framework.
**Features:**
* **Group Order Management**: Create and manage group orders (eskaera) with customizable state transitions (draft → confirmed → collected → completed)
* **Separate Shopping Carts**: Independent cart per member and per group order
* **Flexible Scheduling**: Support for collection dates, cutoff dates, and pickup dates
* **Member Tracking**: Manage active/inactive members per group order
* **Lazy Loading**: Configurable product pagination for fast page loads (v18.0.1.3.0+)
* **Multi-language Support**: Full internationalization with translations for 7 languages (ES, EU, CA, GL, PT, FR, IT)
* **Email Notifications**: Automatic notifications on order state changes
* **Financial Tracking**: Track orders and payments per group member
* **Product Integration**: Compatible with product ribbons, pricing, and margin modules
* **OCA Compliant**: AGPL-3.0 licensed, follows OCA standards for documentation, testing, and code structure