Product Pricelist Fixed Currency Rate

product_pricelist_fixed_currency_rate
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/18.0/product_pricelist_fixed_currency_rate
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Fernando, Heliconia Solutions
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the product pricelists feature to allow to set a
fixed currency rate to convert from a pricelist with a different
currency.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_pricelist_item_form_view product.pricelist.item.form - product_pricelist_fixed_currency_rate product.pricelist.item field Inherits product.product_pricelist_item_form_view
Models touched (2)

New fields (7)
  • actual_currency_rate Float
    compute='_compute_is_fixed_currency_rate_applicable' digits=(12, 12)
  • currency_rate_tooltip Char
    compute='_compute_currency_rate_tooltip'
  • do_inverse_currency_rate Boolean
    compute='_compute_do_inverse_currency_rate' readonly=False store=True
  • fixed_currency_rate Float
    digits=(12, 12) help='If set (different to 0.0), the currency conversion will ignore the actual currency rate and always use the fixed currency rate.'
  • inverse_actual_currency_rate Float
    compute='_compute_is_fixed_currency_rate_applicable' digits=(12, 12)
  • inverse_fixed_currency_rate Float
    compute='_compute_inverse_fixed_currency_rate' digits=(12, 12) help='If set (different to 0.0), the currency conversion will ignore the actual currency rate and always use the fixed currency rate.' inverse='_inverse_inverse_fixed_currency_rate'
  • is_fixed_currency_rate_applicable Boolean
    compute='_compute_is_fixed_currency_rate_applicable'
Public methods (1)
  • toggle_do_inverse_currency_rate(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/17.0/product_pricelist_fixed_currency_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, kobros-tech
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the product pricelists feature to allow to set a
fixed currency rate to convert from a pricelist with a different
currency.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_pricelist_item_form_view product.pricelist.item.form - product_pricelist_fixed_currency_rate product.pricelist.item field Inherits product.product_pricelist_item_form_view
Models touched (2)

New fields (7)
  • actual_currency_rate Float
    compute='_compute_is_fixed_currency_rate_applicable' digits=(12, 12)
  • currency_rate_tooltip Char
    compute='_compute_currency_rate_tooltip'
  • do_inverse_currency_rate Boolean
    compute='_compute_do_inverse_currency_rate' readonly=False store=True
  • fixed_currency_rate Float
    digits=(12, 12) help='If set (different to 0.0), the currency conversion will ignore the actual currency rate and always use the fixed currency rate.'
  • inverse_actual_currency_rate Float
    compute='_compute_is_fixed_currency_rate_applicable' digits=(12, 12)
  • inverse_fixed_currency_rate Float
    compute='_compute_inverse_fixed_currency_rate' digits=(12, 12) help='If set (different to 0.0), the currency conversion will ignore the actual currency rate and always use the fixed currency rate.' inverse='_inverse_inverse_fixed_currency_rate'
  • is_fixed_currency_rate_applicable Boolean
    compute='_compute_is_fixed_currency_rate_applicable'
Public methods (1)
  • toggle_do_inverse_currency_rate(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/16.0/product_pricelist_fixed_currency_rate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Weblate, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_pricelist_item_form_view product.pricelist.item.form - product_pricelist_fixed_currency_rate product.pricelist.item field Inherits product.product_pricelist_item_form_view
Models touched (2)

New fields (7)
  • actual_currency_rate Float
    compute='_compute_is_fixed_currency_rate_applicable' digits=(12, 12)
  • currency_rate_tooltip Char
    compute='_compute_currency_rate_tooltip'
  • do_inverse_currency_rate Boolean
    compute='_compute_do_inverse_currency_rate' readonly=False store=True
  • fixed_currency_rate Float
    digits=(12, 12) help='If set (different to 0.0), the currency conversion will ignore the actual currency rate and always use the fixed currency rate.'
  • inverse_actual_currency_rate Float
    compute='_compute_is_fixed_currency_rate_applicable' digits=(12, 12)
  • inverse_fixed_currency_rate Float
    compute='_compute_inverse_fixed_currency_rate' digits=(12, 12) help='If set (different to 0.0), the currency conversion will ignore the actual currency rate and always use the fixed currency rate.' inverse='_inverse_inverse_fixed_currency_rate'
  • is_fixed_currency_rate_applicable Boolean
    compute='_compute_is_fixed_currency_rate_applicable'
Public methods (1)
  • toggle_do_inverse_currency_rate(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/product-attribute
PULL REQUEST
PULL REQUEST[19.0][MIG] product_pricelist_fixed_currency_rate : Migration to 19.0. (#2297)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/product-attribute
PULL REQUEST
PULL REQUEST[19.0][MIG] product_pricelist_fixed_currency_rate (#2231)