mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
f9bc46ab57 (diff-d2d83592881bd999fbe1e6f32a0a244a)6c684f53ea (diff-d2d83592881bd999fbe1e6f32a0a244a)3c7475c3b5 (diff-d2d83592881bd999fbe1e6f32a0a244a)09260a00ca (diff-d2d83592881bd999fbe1e6f32a0a244a)3029a6347c (diff-d2d83592881bd999fbe1e6f32a0a244a)ad44b40807 (diff-d2d83592881bd999fbe1e6f32a0a244a)c45538ed17 (diff-d2d83592881bd999fbe1e6f32a0a244a)b125a794ae (diff-d2d83592881bd999fbe1e6f32a0a244a)
51 lines
1.3 KiB
Python
51 lines
1.3 KiB
Python
# Copyright 2012-2017 Camptocamp SA
|
|
# Copyright 2017 Okia SPRL (https://okia.be)
|
|
# Copyright 2018 Access Bookings Ltd (https://accessbookings.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{'name': 'Account Credit Control',
|
|
'version': '11.0.1.0.1',
|
|
'author': "Camptocamp,"
|
|
"Odoo Community Association (OCA),"
|
|
"Okia,"
|
|
"Access Bookings,"
|
|
"Tecnativa",
|
|
'maintainer': 'Camptocamp',
|
|
'category': 'Finance',
|
|
'depends': [
|
|
'base',
|
|
'account',
|
|
'mail',
|
|
],
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
|
'data': [
|
|
# Security
|
|
"security/res_groups.xml",
|
|
"security/ir.model.access.csv",
|
|
|
|
# Reports
|
|
"report/report.xml",
|
|
"report/report_credit_control_summary.xml",
|
|
|
|
# Data
|
|
"data/data.xml",
|
|
|
|
# Views
|
|
"views/account_invoice.xml",
|
|
"views/credit_control_line.xml",
|
|
"views/credit_control_policy.xml",
|
|
"views/credit_control_run.xml",
|
|
"views/res_company.xml",
|
|
"views/res_partner.xml",
|
|
"views/res_config_settings_view.xml",
|
|
|
|
# Wizards
|
|
"wizard/credit_control_emailer_view.xml",
|
|
"wizard/credit_control_marker_view.xml",
|
|
"wizard/credit_control_printer_view.xml",
|
|
"wizard/credit_control_policy_changer_view.xml",
|
|
],
|
|
'installable': True,
|
|
'license': 'AGPL-3',
|
|
'application': True
|
|
}
|