TIP: You can type at any time to perform a new search.
Company Currency in Sale Orders
sale_company_currency · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sale
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- sale_probability_amount
- Description
This module adds functional fields to show sale order in the company currency: amount total. 1. For tree view, when you have SO in multiple currencies, Odoo sums them up regardless the different currencies. This module adds a column & sums in the company's currency. 2. The field is also shown in form view after the total.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale.order.form | sale.order | form | Inherits sale.view_order_form |
view_order_tree |
sale.order.tree | sale.order | tree | Inherits sale.view_order_tree |
view_quotation_tree |
sale.quotation.tree | sale.order | tree | Inherits sale.view_quotation_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
amount_total_currMonetarycompute='_compute_amount_company'currency_field='company_currency_id'help='Sale Order Amount in the company Currency'readonly=Truestore=Truestring='Total Amount' -
company_currency_idMany2one → res.currencyreadonly=Truerelated='company_id.currency_id'store=Truestring='Company Currency' args: 'res.currency'
No public methods.
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 35 days ago
- Last activity
- 30 days ago
- Repository
- OCA/sale-workflow
- Pull request
- [19.0][MIG]sale_company_currency: Migration to 19.0 (#4471)