CRM Multicompany Reporting Currency

crm_multicompany_reporting_currency
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/15.0/crm_multicompany_reporting_currency
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Maksym Yankin
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-reporting:
    - base_multicompany_reporting_currency
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_case_tree_view_oppor crm.lead field Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form crm.lead xpath Inherits crm.crm_lead_view_form
Models touched (2)

New fields (3)
  • amount_multicompany_reporting_currency Monetary
    compute='_compute_amount_multicompany_reporting_currency' currency_field='multicompany_reporting_currency_id' index=True readonly=True store=True
  • currency_rate Float
    compute='_compute_currency_rate' digits=(12, 6) store=True
  • multicompany_reporting_currency_id Many2one → res.currency
    compute='_compute_multicompany_reporting_currency_id' default=_get_multicompany_reporting_currency_id readonly=True store=True args: 'res.currency'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • set_values(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/crm
PULL REQUEST
PULL REQUEST[19.0][MIG] crm_multicompany_reporting_currency: migration to 19.0 (#719)