Sale Order Show Currency Rate

sale_order_show_currency_rate
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_order_show_currency_rate
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYSale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, cristina-hidalgo-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
When a sale order uses a currency different from the company currency, this
module adds an informative exchange rate box to the PDF report showing:

- The rate between the order currency and the company currency
- The date of the order

The box is only shown when a rate is available and the currencies differ, to
avoid displaying misleading information.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
report_saleorder_document_currency_rate report_saleorder_document_currency_rate ir.ui.view qweb Inherits sale.report_saleorder_document
res_config_settings_view_form res.config.settings.view.form.sale.order.show.currency.rate res.config.settings xpath Inherits sale.res_config_settings_view_form
Models touched (3)

New fields (1)
  • sale_order_currency_report_id Many2one → res.currency
    comodel_name='res.currency' help='Currency shown as informative exchange rate on sale order PDF reports when the order currency matches the company currency.' string='Sale Order Report Reference Currency'
Public methods (0)

No public methods.

New fields (1)
  • sale_order_currency_report_id Many2one
    readonly=False related='company_id.sale_order_currency_report_id'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.