account-financial-reporting/customer_activity_statement/__manifest__.py

23 lines
700 B
Python
Raw Normal View History

2021-03-23 19:28:22 +00:00
# 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',
2021-05-27 10:42:24 +00:00
'version': '1.0.2.1.2',
2021-03-23 19:28:22 +00:00
'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_activity_statement_wizard.xml',
],
'installable': True,
'application': False,
}