Purchase Requisition Multicurrency

purchase_requisition_multicurrency
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/10.0/purchase_requisition_multicurrency
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_requisition
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend purchase requisition assets ir.ui.view qweb Inherits purchase_requisition.assets_backend
purchase_order_line_tree_tender purchase.order.line.tree.tender purchase.order.line field Inherits purchase_requisition.purchase_order_line_tree_tender
view_purchase_requisition_form purchase.requisition.form.inherit purchase.requisition xpath Inherits purchase_requisition.view_purchase_requisition_form
Models touched (2)

New fields (2)
  • price_subtotal_co Float
    compute='_compute_prices_in_company_currency' digits=dp.get_precision('Account') help='Subtotal in company currency.' store=True string='Subtotal'
  • price_unit_co Float
    compute='_compute_prices_in_company_currency' digits=dp.get_precision('Account') help='Unit Price in company currency.' store=True string='Unit Price'
Public methods (0)

No public methods.

New fields (3)
  • currency_id Many2one → res.currency
    comodel_name='res.currency' related='pricelist_id.currency_id' string='Currency'
  • date_exchange_rate Date
    help='Defines Exchange rate date of Unit price and subtotal If not set, takes todays exchange rate.' args: 'Exchange rate reference date'
  • pricelist_id Many2one → product.pricelist
    help='Pricelist that represent the currency for current logistic request.' required=True args: 'product.pricelist', 'Pricelist'
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/9.0/purchase_requisition_multicurrency
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_requisition
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
    - account
    - analytic
    - web_tip
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend purchase requisition assets ir.ui.view qweb Inherits purchase_requisition.assets_backend
purchase_order_line_tree_tender purchase.order.line.tree.tender purchase.order.line field Inherits purchase_requisition.purchase_order_line_tree_tender
view_purchase_requisition_form purchase.requisition.form.inherit purchase.requisition xpath Inherits purchase_requisition.view_purchase_requisition_form
Models touched (2)

New fields (2)
  • price_subtotal_co Float
    compute='_compute_prices_in_company_currency' digits=dp.get_precision('Account') help='Subtotal in company currency.' store=True string='Subtotal'
  • price_unit_co Float
    compute='_compute_prices_in_company_currency' digits=dp.get_precision('Account') help='Unit Price in company currency.' store=True string='Unit Price'
Public methods (0)

No public methods.

New fields (3)
  • currency_id Many2one → res.currency
    comodel_name='res.currency' related='pricelist_id.currency_id' string='Currency'
  • date_exchange_rate Date
    help='Defines Exchange rate date of Unit price and subtotal If not set, takes todays exchange rate.' args: 'Exchange rate reference date'
  • pricelist_id Many2one → product.pricelist
    help='Pricelist that represent the currency for current logistic request.' required=True args: 'product.pricelist', 'Pricelist'
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/8.0/purchase_requisition_multicurrency
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYPurchase Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Joël Grand-Guillaume, Leonardo Pistone, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - purchase_requisition
    - purchase
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
assets_backend purchase requisition assets ir.ui.view qweb Inherits purchase_requisition.assets_backend
purchase_order_line_tree_tender purchase.order.line.tree.tender purchase.order.line field Inherits purchase_requisition.purchase_order_line_tree_tender
view_purchase_requisition_form purchase.requisition.form.inherit purchase.requisition xpath Inherits purchase_requisition.view_purchase_requisition_form
Models touched (2)

New fields (2)
  • price_subtotal_co Float
    compute='_compute_prices_in_company_currency' digits=dp.get_precision('Account') help='Subtotal in company currency.' store=True string='Subtotal'
  • price_unit_co Float
    compute='_compute_prices_in_company_currency' digits=dp.get_precision('Account') help='Unit Price in company currency.' store=True string='Unit Price'
Public methods (0)

No public methods.

New fields (3)
  • currency_id Many2one → res.currency
    comodel_name='res.currency' related='pricelist_id.currency_id' string='Currency'
  • date_exchange_rate Date
    help='Defines Exchange rate date of Unit price and subtotal If not set, takes todays exchange rate.' args: 'Exchange rate reference date'
  • pricelist_id Many2one → product.pricelist
    help='Pricelist that represent the currency for current logistic request.' required=True args: 'product.pricelist', 'Pricelist'
Public methods (0)

No public methods.