Purchase Stock Picking Show Currency Rate

purchase_stock_picking_show_currency_rate
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/16.0/purchase_stock_picking_show_currency_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
    - purchase
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_form res.config.settings.view.form.inherit res.config.settings xpath Inherits account.res_config_settings_view_form
stock_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
Models touched (3)

New fields (1)
  • picking_rate_display_type Selection
    default='normal' help='Select how to display exchange rates on pickings.\nExample (company currency: JPY; 1 USD = 150 JPY):\n- Unit per company currency → 0.0066 (USD per JPY)\n- Company currency per unit → 150 (JPY per USD)' required=True args: [('normal', 'Unit per Company Currency'), ('inverse_rate', 'Company Currency per Unit')]
Public methods (0)

No public methods.

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

No public methods.

New fields (4)
  • currency_rate_amount Float
    compute='_compute_currency_rate_amount' digits=0 string='Rate amount'
  • purchase_currency_id Many2one
    readonly=True related='purchase_id.currency_id' string='Purchase currency'
  • rate_at_done Float
    help='Technical Field to store the rate at done.'
  • show_currency_rate_amount Boolean
    compute='_compute_show_currency_rate_amount' readonly=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/13.0/purchase_stock_picking_show_currency_rate
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_stock
    - stock_account
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_picking_form stock.picking.form stock.picking field Inherits stock.view_picking_form
Models touched (1)

New fields (3)
  • currency_rate_amount Float
    compute='_compute_currency_rate_amount' digits=0 string='Rate amount'
  • purchase_currency_id Many2one
    readonly=True related='purchase_id.currency_id' string='Purchase currency'
  • show_currency_rate_amount Boolean
    compute='_compute_show_currency_rate_amount' readonly=True
Public methods (0)

No public methods.