Account balance reporting to XLS

account_balance_reporting_xls
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/8.0/account_balance_reporting_xls
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Spanish Localization Team
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Spanish Localization Team
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://odoo-spain.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-spain:
    - account_balance_reporting
OCA/reporting-engine:
    - report_xls
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
wizard_account_balance_reporting_xls_print account.balance.reporting.print.wizard.form account.balance.reporting.print.wizard button Inherits account_balance_reporting.wizard_account_balance_reporting_print
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • xls_export(self, cr, uid, ids, context=None)
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/7.0/account_balance_reporting_xls
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting / Reports
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Spanish Localization Team
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Spanish Localization Team
COMMITTERS
COMMITTERSAlexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot
WEBSITE
WEBSITEhttp://odoo-spain.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-spain:
    - account_balance_reporting
OCA/reporting-engine:
    - report_xls
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Excel export for account balance reporting engine
=================================================

This module allows to export financial reports to XLS files from print dialog.

**WARNING:** This module requires module *report_xls*, available on:

  https://github.com/OCA/reporting-engine/

Contributors
------------
* Alejandro Santana <alejandrosantana@anubia.es>
* Juan Formoso <jfv@anubia.es>
* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
wizard_account_balance_reporting_xls_print account.balance.reporting.print.wizard.form account.balance.reporting.print.wizard button Inherits account_balance_reporting.wizard_account_balance_reporting_print
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • xls_export(self, cr, uid, ids, context=None)
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/6.1/account_balance_reporting_xls
VERSION
VERSION 0.2
CATEGORY
CATEGORYAccounting / Reports
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Juan Formoso <jfv@anubia.es>
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Juan Formoso <jfv@anubia.es>
COMMITTERS
COMMITTERSAlexandre Fayolle, Pedro M. Baeza, Alejandro Santana
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-spain:
    - account_balance_reporting
OCA/reporting-engine:
    - report_xls
odoo/odoo:
    - base
    - account
    - base_setup
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlwt
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides the opportunity of exporting financial reports to
XLS files.

This module depends on two community-effort modules, both under the
umbrella of OCA (Odoo Community Association):
- **account_balance_reporting**:
  https://github.com/OCA/l10n-spain/tree/6.1
- **report_xls**:
  https://github.com/OCA/reporting-engine/tree/6.1

To easily download it, you can use git in commandline, like this:
git clone -b 6.1 https://github.com/OCA/reporting-engine

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
wizard_account_balance_reporting_xls_print account.balance.reporting.print.wizard.form account.balance.reporting.print.wizard xpath Inherits account_balance_reporting.wizard_account_balance_reporting_print
Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.