Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting & Finance
Folder size
0.74 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:46
Authors
Noviat, Odoo Community Association (OCA)
Maintainers
Noviat, Odoo Community Association (OCA)
Committers
Guewen Baconnier, Pedro M. Baeza, Akim Juillerat, Luc De Meyer, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Benoit Aimont
Odoo dependencies
OCA/account-financial-tools:
OCA/reporting-engine:
OCA/server-tools:
odoo/odoo:
- web
- bus
Python dependencies
xlsxwriter
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
wiz_account_asset_report_view_form Financial Assets report wiz.account.asset.report form New
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 (2)
  • date_range_id Many2one → date.range
    comodel_name='date.range' domain=[('type_id.fiscal_year', '=', True)] required=True string='Fiscal Year'
  • parent_asset_id Many2one → account.asset
    comodel_name='account.asset' domain=[('type', '=', 'view')] string='Asset Filter'
Public methods (1)
  • xls_export(self)
    @api.multi

Loading…

Loading…