Repository
OCA/account-financial-reporting · module folder · Try on Runboat
Module version
0.2.0
Category
Accounting & Finance
Folder size
0.2 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:43
Authors
Noviat, Odoo Community Association (OCA)
Maintainers
Noviat, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_print_journal_xls Print/Export Journals account.print.journal.xls Inherits account.account_common_report_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (6)
  • fields_get(self, cr, uid, fields=None, context=None)
  • fields_view_get(self, cr, uid, view_id=None, view_type='form', context=None, toolbar=False, submenu=False)
    skip account.common.journal.report,fields_view_get (adds domain filter on journal type)
  • fy_period_ids(self, cr, uid, fiscalyear_id)
    returns all periods from a fiscalyear sorted by date
  • onchange_fiscalyear_id(self, cr, uid, ids, fiscalyear_id=False, context=None)
  • print_report(self, cr, uid, ids, context=None)
  • xls_export(self, cr, uid, ids, context=None)

Loading…

Loading…