Account Reports Multi Currency | Currency Filter for Financial Reports
by Steven Marp https://apps.odoo.com/apps/modules/browse?repo_maintainer_id=512936
Odoo
$ 54.29
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 151 |
| Technical Name |
sm_account_report_multi_currency |
| License | OPL-1 |
| Website | https://apps.odoo.com/apps/modules/browse?repo_maintainer_id=512936 |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 151 |
| Technical Name |
sm_account_report_multi_currency |
| License | OPL-1 |
| Website | https://apps.odoo.com/apps/modules/browse?repo_maintainer_id=512936 |
| Versions | 18.0 19.0 |
Multi Currency Financial Reports for Odoo
Add a currency selector to Odoo accounting reports and display financial report values in the selected currency using Odoo currency rates.
Currency Filter
Report Currency
Report Currency Selector
Choose active Odoo currencies directly from accounting report filters.
Automatic Conversion
Convert monetary report columns from company currency to selected report currency.
Currency Symbols
Show the selected currency symbol on report lines and totals.
Core Reports
Balance Sheet and Profit and Loss
Review main financial statements in another currency without changing company settings.
Accounting Reports
Ledger, Trial Balance, and Cash Reports
Use the same currency workflow across daily accounting report review.
Partner Reports
Aged Receivable and Aged Payable
Show aging buckets with the selected currency symbol and converted amounts.
Account Reports Multi Currency
Overview
sm_account_report_multi_currency adds a report currency selector to Odoo 19 Enterprise accounting reports.
Users can open supported financial reports, choose another active currency, and review monetary columns with converted values and the selected currency symbol.
Covered Reports
The module supports common Odoo accounting reports, including:
- Balance Sheet
- Profit and Loss
- Trial Balance
- General Ledger
- Cash Flow Statement
- Check Register
- Executive Summary
- Aged Receivable
- Aged Payable
Features
- Currency selector in accounting report filters.
- Monetary report column conversion from company currency.
- Currency symbol display on lines and totals.
- Conversion based on Odoo currency rates and report date.
- Support for standard accounting report layout.
- Support for aged partner balance report filters.
Technical Scope
Backend
- Extends account.report.
- Adds sm_report_currency_id and related currency options.
- Converts report line monetary columns after standard report generation.
- Uses Odoo res.currency rates and formatLang formatting.
Frontend
- Extends account report filters.
- Adds currency selector to standard accounting report filters.
- Adds currency selector to Aged Receivable and Aged Payable filter layout.
Installation
- Copy sm_account_report_multi_currency into an Odoo addons path.
- Restart Odoo.
- Update the Apps list.
- Install Account Reports Multi Currency.
Command-line install or update:
python3 ~/odoo/odoo-19/odoo-server \ -c ~/odoo/conf/odoo19.conf \ -d odoo_19 \ -u sm_account_report_multi_currency
Usage
- Install the module.
- Open Accounting.
- Open a supported report from Reporting.
- Click the currency filter button.
- Select another active currency.
- Review converted monetary values in the report.
Compatibility
- Odoo 19.0 Enterprise
Changelog
19.0.1.0.0
- Initial Odoo 19 release.
- Added accounting report currency selector.
- Added conversion for monetary report lines and totals.
- Added support for Aged Receivable and Aged Payable filter layouts.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module