account-financial-reporting/customer_outstanding_statement/__manifest__.py
2021-03-23 20:28:22 +01:00

23 lines
706 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 Outstanding Statement',
'version': '2.0.2.1.2',
'category': 'Accounting & Finance',
'summary': 'OCA Financial Reports',
'author': "Eficent, Odoo Community Association (OCA)",
'website': 'https://gitlab.com/flectra-community/account-financial-reporting',
'license': 'AGPL-3',
'depends': [
'account_invoicing',
],
'data': [
'views/statement.xml',
'wizard/customer_outstanding_statement_wizard.xml',
],
'installable': True,
'application': False,
}