Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
2.0.0
Category
Sales Management
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 08:09:12
Authors
Odoo Community Association (OCA), Jarsa
Maintainers
Odoo Community Association (OCA), Jarsa
Committers
David Alonso, Weblate, OCA-git-bot, oca-ci, Oscar Reyes
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view res.config.settings form Inherits sale.res_config_settings_view_form
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • sale_show_currency_rate Selection
    default='normal' string='Show Currency Rate' args: [('no', 'No'), ('normal', 'Normal'), ('inverse', 'Inverse'), ('both', 'Both')]
Public methods (0)

No public methods.

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

No public methods.

New fields (2)
  • inverse_currency_rate Float
    compute='_compute_inverse_currency_rate' digits='Currency Rate Precision'
  • sale_show_currency_rate Selection
    related='company_id.sale_show_currency_rate' string='Show Currency Rate'
Public methods (0)

No public methods.