Skip to content

[ADD] account_invoice_move_currency: re-add module#258

Closed
cav-adhoc wants to merge 1 commit intoingadhoc:18.0from
adhoc-dev:18.0-t-63427-1-cav
Closed

[ADD] account_invoice_move_currency: re-add module#258
cav-adhoc wants to merge 1 commit intoingadhoc:18.0from
adhoc-dev:18.0-t-63427-1-cav

Conversation

@cav-adhoc
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 3, 2026 15:09
@roboadhoc
Copy link
Copy Markdown
Contributor

Pull request status dashboard

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.move con moneda secundaria y tipo de cambio asociado.
  • Integra el wizard account.change.currency para 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.

Comment thread account_invoice_move_currency/__manifest__.py
Comment thread account_invoice_move_currency/models/account_move.py
Comment thread account_invoice_move_currency/views/account_move_views.xml Outdated
Comment thread account_invoice_move_currency/wizards/account_change_currency_views.xml Outdated
@cav-adhoc cav-adhoc force-pushed the 18.0-t-63427-1-cav branch from 37041a1 to bee0e51 Compare March 3, 2026 15:26
@cav-adhoc
Copy link
Copy Markdown
Contributor Author

@roboadhoc bump

@rov-adhoc
Copy link
Copy Markdown
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
@roboadhoc roboadhoc closed this Mar 5, 2026
@roboadhoc roboadhoc deleted the 18.0-t-63427-1-cav branch March 5, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants