mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
36 lines
1.2 KiB
Python
36 lines
1.2 KiB
Python
# Copyright 2012-2016 Akretion (http://www.akretion.com/)
|
|
# @author: Benoît GUILLOT <benoit.guillot@akretion.com>
|
|
# @author: Chafique DELLI <chafique.delli@akretion.com>
|
|
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
# Copyright 2018 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
'name': 'Account Deposit in Bank',
|
|
'version': '12.0.2.0.1',
|
|
'category': 'Accounting',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Manage deposit of checks, cash, etc. to the bank',
|
|
'author': "Odoo Community Association (OCA),"
|
|
"Akretion,"
|
|
"Tecnativa,"
|
|
"GRAP",
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
|
'depends': [
|
|
'account',
|
|
],
|
|
'development_status': 'Mature',
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'security/check_deposit_security.xml',
|
|
'data/sequence.xml',
|
|
'views/account_deposit_view.xml',
|
|
'views/account_journal_view.xml',
|
|
'views/account_move_line_view.xml',
|
|
'views/res_config_settings_views.xml',
|
|
'report/report.xml',
|
|
'report/report_checkdeposit.xml',
|
|
],
|
|
'installable': True,
|
|
}
|