[BACKPORT]website_sale_installment_plans to 17.0#429
Closed
JrAdhoc wants to merge 1 commit intoingadhoc:17.0from
Closed
[BACKPORT]website_sale_installment_plans to 17.0#429JrAdhoc wants to merge 1 commit intoingadhoc:17.0from
JrAdhoc wants to merge 1 commit intoingadhoc:17.0from
Conversation
There was a problem hiding this comment.
Pull Request Overview
Este pull request introduce un nuevo módulo de Odoo llamado website_sale_installment_plans que permite mostrar planes de cuotas de tarjetas de crédito en el sitio web de e-commerce. El módulo extiende la funcionalidad de planes de cuotas para que sean visibles y configurables desde el frontend del sitio web.
- Añade capacidad de publicar planes de cuotas en el sitio web mediante el mixin
website.published.mixin - Integra planes de cuotas en las páginas de productos del sitio web
- Proporciona campos configurables para mensajes adicionales en los planes de cuotas
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Define el módulo con dependencias en product, website_sale y card_installment |
__init__.py |
Inicializa el paquete de modelos |
models/__init__.py |
Importa los modelos extendidos del módulo |
models/account_card_installment.py |
Extiende el modelo de cuotas para añadir funcionalidad de publicación web y formateo de descripciones |
models/product_template.py |
Extiende la plantilla de producto para incluir planes de cuotas en la información de combinaciones |
views/account_card_installment_views.xml |
Añade campos is_published y message a la vista del formulario de cuotas |
views/website_templates.xml |
Define templates QWeb para mostrar planes de cuotas en páginas de productos y listas |
i18n/es.po |
Proporciona traducciones al español para el módulo |
README.rst |
Documenta el propósito, instalación, configuración y uso del módulo |
static/description/feature_img.png |
Imagen de demostración de la funcionalidad |
86f4747 to
92d7c3f
Compare
92d7c3f to
c5b91d2
Compare
Contributor
|
@roboadhoc r+ |
roboadhoc
pushed a commit
that referenced
this pull request
Nov 10, 2025
closes #429 Signed-off-by: Manuela Cepeda <cem@adhoc.com.ar>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.