You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
# -*- coding: utf-8 -*-
|
|
# Author: Damien Crier
|
|
# Copyright 2016 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'QWeb Financial Reports',
|
|
'version': '9.0.0.1.0',
|
|
'category': 'Reporting',
|
|
'summary': """
|
|
OCA Financial Reports
|
|
""",
|
|
'author': 'Camptocamp SA,'
|
|
'initOS GmbH,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'http://www.camptocamp.com',
|
|
'depends': [
|
|
'account',
|
|
# 'date_range',
|
|
],
|
|
'data': [
|
|
'wizard/aged_partner_balance_wizard_view.xml',
|
|
'wizard/general_ledger_wizard.xml',
|
|
'wizard/open_invoice_wizard_view.xml',
|
|
'report_menus.xml',
|
|
'wizard/balance_common_wizard_view.xml',
|
|
'wizard/partner_balance_wizard_view.xml',
|
|
'wizard/trial_balance_wizard_view.xml',
|
|
'views/report_menus.xml',
|
|
'menuitems.xml',
|
|
'reports.xml',
|
|
# 'wizard/partner_ledger_wizard.xml',
|
|
'report/templates/ledger_general.xml',
|
|
'report/templates/general_ledger.xml',
|
|
'report/templates/open_invoice_report.xml'
|
|
],
|
|
'test': [
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
'license': 'AGPL-3',
|
|
}
|