Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 08:42:53
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, IsabelAForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Display the fiscal year on journal entries/items.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_move_form_view account.move.form (in account_move_fiscal_year) account.move form Inherits account.view_move_form
account_move_line_form_view account.move.line.form (in account_move_fiscal_year) account.move.line form Inherits account.view_move_line_form
account_move_line_search_view account.move.line.search (in account_move_fiscal_year) account.move.line search Inherits account.view_account_move_line_filter
account_move_line_tree_view account.move.line.tree (in account_move_fiscal_year) account.move.line tree Inherits account.view_move_line_tree
account_move_search_view account.move.search (in account_move_fiscal_year) account.move search Inherits account.view_account_move_filter
account_move_tree_view account.move.tree (in account_move_fiscal_year) account.move tree Inherits account.view_invoice_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • date_range_fy_id Many2one → account.fiscal.year
    comodel_name='account.fiscal.year' compute='_compute_date_range_fy' search='_search_date_range_fy' string='Fiscal year'
Public methods (0)

No public methods.

New fields (1)
  • date_range_fy_id Many2one
    related='move_id.date_range_fy_id'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • find_daterange_fy(self, date)
    try to find a date range with type 'fiscalyear' with @param:date contained in its date_start/date_end interval

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
113 days ago
Last activity
6 days ago
Repository
OCA/account-financial-tools
Pull request
[19.0][MIG] account_move_fiscal_year: Migration to 19.0 (#2285)