Currency Rate in Sale Order

sale_order_currency_rate
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_order_currency_rate
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Jarsa
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Jarsa
COMMITTERS
COMMITTERSDavid Alonso, Weblate, OCA-git-bot, oca-ci, Oscar Reyes
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - 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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view res.config.settings xpath Inherits sale.res_config_settings_view_form
view_order_form sale.order.form sale.order xpath Inherits sale.view_order_form
Models touched (3)

New fields (1)
  • sale_show_currency_rate Selection
    default='normal' string='Show Currency Rate' args: [('no', 'No'), ('normal', 'Normal'), ('inverse', 'Inverse'), ('both', 'Both')]
Public methods (0)

No public methods.

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

No public methods.

New fields (2)
  • inverse_currency_rate Float
    compute='_compute_inverse_currency_rate' digits='Currency Rate Precision'
  • sale_show_currency_rate Selection
    related='company_id.sale_show_currency_rate' string='Show Currency Rate'
Public methods (0)

No public methods.