account-financial-reporting/customer_activity_statement/__manifest__.py

23 lines
687 B
Python

# Copyright 2018 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'Partner Activity Statement',
'version': '11.0.2.0.0',
'category': 'Accounting & Finance',
'summary': 'OCA Financial Reports',
'author': "Eficent, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/account-financial-reporting',
'license': 'AGPL-3',
'depends': [
'account_invoicing',
],
'data': [
'views/statement.xml',
'wizard/customer_activity_statement_wizard.xml',
],
'installable': True,
'application': False,
}