Sale Multicompany Reporting Currency

sale_multicompany_reporting_currency
REPOSITORY
REPOSITORYOCA/sale-reporting
GIT
GIThttps://github.com/OCA/sale-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-reporting/tree/15.0/sale_multicompany_reporting_currency
VERSION
VERSION 1.0.2
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/sale-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-reporting:
    - base_multicompany_reporting_currency
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings xpath Inherits sale.res_config_settings_view_form
view_order_form sale.order field Inherits sale.view_order_form
view_order_tree sale.order field Inherits sale.view_order_tree
view_quotation_tree sale.order field Inherits sale.view_quotation_tree
Models touched (3)

New fields (1)
  • amount_option Selection
    default='total' args: [('total', 'Amount total'), ('untaxed', 'Untaxed Amount')]
Public methods (0)

No public methods.

New fields (1)
  • amount_option Selection
    readonly=False related='company_id.amount_option'
Public methods (1)
  • set_values(self)

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
  • 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'
  • multicompany_reporting_currency_rate Float
    compute='_compute_multicompany_reporting_currency_rate' digits=(12, 6) store=True
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-reporting
PULL REQUEST
PULL REQUEST[MIG] sale_multicompany_reporting_currency: Migration to 16.0 (#344)