Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounts
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 07:47:35
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, Dhaval Talpada
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_move_form account.move.form account.move form Inherits account.view_move_form
view_move_line_form account.move.line.form account.move.line form Inherits account.view_move_line_form
view_move_line_tree account.move.line.tree account.move.line tree Inherits account.view_move_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • amount_used_currency Monetary
    compute='_compute_used_currency' help="This amount is the foreign amount currency, if used, and the company currency, if no foreign currency is used. It's purposeis to allow reporting on journal items combining foreign and company currencies." store=True string='Amount (Used Currency)'
  • used_currency_id Many2one → res.currency
    compute='_compute_used_currency' help='Used currency of the journal item. It is the foreign currency, or the company currency, where the foreign currency has not been used.' store=True string='Used Currency' args: 'res.currency'
Public methods (0)

No public methods.

Loading…