mirror of
https://gitlab.com/flectra-community/account-financial-reporting.git
synced 2024-11-15 02:02:04 +00:00
23 lines
700 B
Python
23 lines
700 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': '1.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_activity_statement_wizard.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|