[ADD] account_invoice_move_currency: re-add module#258
Closed
cav-adhoc wants to merge 1 commit intoingadhoc:18.0from
Closed
[ADD] account_invoice_move_currency: re-add module#258cav-adhoc wants to merge 1 commit intoingadhoc:18.0from
cav-adhoc wants to merge 1 commit intoingadhoc:18.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR reintroduce el módulo account_invoice_move_currency para permitir almacenar y mostrar información de una moneda secundaria en facturas/asientos, integrándose con el wizard de cambio de moneda y con el reporte de factura (AR).
Changes:
- Extiende
account.movecon moneda secundaria y tipo de cambio asociado. - Integra el wizard
account.change.currencypara opcionalmente conservar la moneda original como secundaria. - Añade campos en la vista de factura y un bloque informativo en el reporte.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| account_invoice_move_currency/init.py | Inicializa la carga de models y wizards. |
| account_invoice_move_currency/manifest.py | Declara el módulo, dependencias y carga de vistas/reportes. |
| account_invoice_move_currency/README.md | Documenta funcionalidad, uso y alcance del módulo. |
| account_invoice_move_currency/models/init.py | Exporta extensiones de modelos. |
| account_invoice_move_currency/models/account_move.py | Agrega campos y lógica (onchange/constraint) para moneda secundaria en account.move. |
| account_invoice_move_currency/views/account_move_views.xml | Extiende la vista de account.move para mostrar/editar moneda secundaria y rate. |
| account_invoice_move_currency/views/report_invoice.xml | Hereda el reporte de factura AR para mostrar totales en moneda secundaria. |
| account_invoice_move_currency/wizards/init.py | Exporta extensiones de wizards. |
| account_invoice_move_currency/wizards/account_change_currency.py | Extiende el wizard de cambio de moneda para conservar moneda anterior como secundaria. |
| account_invoice_move_currency/wizards/account_change_currency_views.xml | Extiende la vista del wizard para agregar el checkbox de guardado en moneda secundaria. |
37041a1 to
bee0e51
Compare
Contributor
Author
|
@roboadhoc bump |
Contributor
|
@roboadhoc r+ |
roboadhoc
pushed a commit
that referenced
this pull request
Mar 5, 2026
closes #258 Signed-off-by: rov-adhoc <rov@adhoc.com.ar>
roboadhoc
added a commit
that referenced
this pull request
Mar 5, 2026
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.