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.
26 lines
773 B
26 lines
773 B
# Copyright 2019 ADHOC SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'MIS Builder Cash Flow',
|
|
'version': '11.0.1.1.0',
|
|
'license': 'LGPL-3',
|
|
'author': 'ADHOC SA, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/mis-builder',
|
|
'depends': [
|
|
'mis_builder',
|
|
],
|
|
'data': [
|
|
'security/mis_cash_flow_security.xml',
|
|
'report/mis_cash_flow_views.xml',
|
|
'views/mis_cash_flow_forecast_line_views.xml',
|
|
'views/account_account_views.xml',
|
|
'data/mis_report_style.xml',
|
|
'data/mis_report.xml',
|
|
'data/mis_report_instance.xml',
|
|
],
|
|
'installable': True,
|
|
'maintainers': ['jjscarafia'],
|
|
'development_status': 'Beta',
|
|
}
|